#62042F

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

Shades of Tyrian Purple #62042F

Tints of Tyrian Purple #62042F

Color information

#62042F (or 0x62042F) is unknown color: approx Tyrian Purple. HEX triplet: 62, 04 and 2F. RGB value is (98,4,47). Sum of RGB (Red+Green+Blue) = 98+4+47=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #62042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62042F is #9DFBD0. Grayscale: #242424. Windows color (decimal): -10353617 or 3081314. OLE color: 3081314.

HSL color Cylindrical-coordinate representation of color #62042F: hue angle of 332.55º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62042F is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB98447-
CMYK00.960.520.62
HSL332.55º92.16%20%-
HSV(B)332.55º95.92%38.43%-
XYZ5.592.892.95-
YUV37.01133.64171.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=65.77%
G=2.68%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9844700.960.520.62332.5592.1620
Hex6242F060343E14d5c14
Octal1424570140647651513424
Binary110001010010111101100000110100111110101001101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62042F; }

 p { color: rgb(98,4,47); }

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

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

 a { background-color: rgb(98,4,47); }

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

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

 span { border-color: rgb(98,4,47); }

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