#620042

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

Shades of Tyrian Purple #620042

Tints of Tyrian Purple #620042

Color information

#620042 (or 0x620042) is unknown color: approx Tyrian Purple. HEX triplet: 62, 00 and 42. RGB value is (98,0,66). Sum of RGB (Red+Green+Blue) = 98+0+66=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #620042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620042 is #9DFFBD. Grayscale: #242424. Windows color (decimal): -10354622 or 4325474. OLE color: 4325474.

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

Color convert

RGB98066-
CMYK010.330.62
HSL319.59º100%19.22%-
HSV(B)319.59º100%38.43%-
XYZ6.022.995.41-
YUV36.83144.47171.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 40.24%
R=59.76%
G=0%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98066010.330.62319.5910019.22
Hex62042064213E1406413
Octal14201020144417650014423
Binary11000100100001001100100100001111110101000000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620042; }

 p { color: rgb(98,0,66); }

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

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

 a { background-color: rgb(98,0,66); }

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

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

 span { border-color: rgb(98,0,66); }

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