#62062C

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

Shades of Tyrian Purple #62062C

Tints of Tyrian Purple #62062C

Color information

#62062C (or 0x62062C) is unknown color: approx Tyrian Purple. HEX triplet: 62, 06 and 2C. RGB value is (98,6,44). Sum of RGB (Red+Green+Blue) = 98+6+44=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #62062C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62062C is #9DF9D3. Grayscale: #252525. Windows color (decimal): -10353108 or 2885218. OLE color: 2885218.

HSL color Cylindrical-coordinate representation of color #62062C: hue angle of 335.22º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62062C is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB98644-
CMYK00.940.550.62
HSL335.22º88.46%20.39%-
HSV(B)335.22º93.88%38.43%-
XYZ5.562.912.65-
YUV37.84131.48170.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.22%
GREEN value IS 6 (2.73% from 255) = 4.05%
BLUE value IS 44 (17.58% from 255) = 29.73%
R=66.22%
G=4.05%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9864400.940.550.62335.2288.4620.39
Hex6262C05E373E14f5814
Octal1426540136677651713024
Binary110001011010110001011110110111111110101001111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62062C; }

 p { color: rgb(98,6,44); }

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

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

 a { background-color: rgb(98,6,44); }

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

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

 span { border-color: rgb(98,6,44); }

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