#62042B

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

Shades of Tyrian Purple #62042B

Tints of Tyrian Purple #62042B

Color information

#62042B (or 0x62042B) is unknown color: approx Tyrian Purple. HEX triplet: 62, 04 and 2B. RGB value is (98,4,43). Sum of RGB (Red+Green+Blue) = 98+4+43=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #62042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62042B is #9DFBD4. Grayscale: #242424. Windows color (decimal): -10353621 or 2819170. OLE color: 2819170.

HSL color Cylindrical-coordinate representation of color #62042B: hue angle of 335.11º 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 #62042B is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB98443-
CMYK00.960.560.62
HSL335.11º92.16%20%-
HSV(B)335.11º95.92%38.43%-
XYZ5.522.862.55-
YUV36.55131.64171.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.59%
GREEN value IS 4 (1.95% from 255) = 2.76%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=67.59%
G=2.76%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9844300.960.560.62335.1192.1620
Hex6242B060383E14f5c14
Octal1424530140707651713424
Binary110001010010101101100000111000111110101001111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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