#62072C

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

Shades of Tyrian Purple #62072C

Tints of Tyrian Purple #62072C

Color information

#62072C (or 0x62072C) is unknown color: approx Tyrian Purple. HEX triplet: 62, 07 and 2C. RGB value is (98,7,44). Sum of RGB (Red+Green+Blue) = 98+7+44=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #62072C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62072C is #9DF8D3. Grayscale: #262626. Windows color (decimal): -10352852 or 2885474. OLE color: 2885474.

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

Color convert

RGB98744-
CMYK00.930.550.62
HSL335.6º86.67%20.59%-
HSV(B)335.6º92.86%38.43%-
XYZ5.572.932.66-
YUV38.43131.15170.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 7 (3.12% from 255) = 4.70%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=65.77%
G=4.70%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9874400.930.550.62335.686.6720.59
Hex6272C05D373E1505715
Octal1427540135677652012725
Binary110001011110110001011101110111111110101010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62072C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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