#620135

Color #620135 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #620135

Tints of Tyrian Purple #620135

Color information

#620135 (or 0x620135) is unknown color: approx Tyrian Purple. HEX triplet: 62, 01 and 35. RGB value is (98,1,53). Sum of RGB (Red+Green+Blue) = 98+1+53=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #620135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620135 is #9DFECA. Grayscale: #232323. Windows color (decimal): -10354379 or 3473762. OLE color: 3473762.

HSL color Cylindrical-coordinate representation of color #620135: hue angle of 327.84º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620135 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB98153-
CMYK00.990.460.62
HSL327.84º97.98%19.41%-
HSV(B)327.84º98.98%38.43%-
XYZ5.692.883.62-
YUV35.93137.64172.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 64.47%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 53 (21.09% from 255) = 34.87%
R=64.47%
G=0.66%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9815300.990.460.62327.8497.9819.41
Hex621350632E3E1486213
Octal1421650143567651014223
Binary1100010111010101100011101110111110101001000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620135; }

 p { color: rgb(98,1,53); }

 H1.HeaderClassName
 {
   color: #620135;
 }
 .AnyTagClassName
 {
   color: #620135;
 }
</style>
background-color css

<style>
 a { background-color: #620135; }

 a { background-color: rgb(98,1,53); }

 div.DivClassName
 {
   background-color: #620135;
 }
 .BgClassName
 {
   background-color: #620135;
 }
</style>
border-color css

<style>
 span { border-color: #620135; }

 span { border-color: rgb(98,1,53); }

 td.TdClassName
 {
   border-color: #620135;
 }
 .TagClassName
 {
   border-color: #620135;
 }
</style>