#62052F

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

Shades of Tyrian Purple #62052F

Tints of Tyrian Purple #62052F

Color information

#62052F (or 0x62052F) is unknown color: approx Tyrian Purple. HEX triplet: 62, 05 and 2F. RGB value is (98,5,47). Sum of RGB (Red+Green+Blue) = 98+5+47=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #62052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62052F is #9DFAD0. Grayscale: #252525. Windows color (decimal): -10353361 or 3081570. OLE color: 3081570.

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

Color convert

RGB98547-
CMYK00.950.520.62
HSL332.9º90.29%20.2%-
HSV(B)332.9º94.9%38.43%-
XYZ5.62.912.96-
YUV37.6133.31171.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.33%
GREEN value IS 5 (2.34% from 255) = 3.33%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=65.33%
G=3.33%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9854700.950.520.62332.990.2920.2
Hex6252F05F343E14d5a14
Octal1425570137647651513224
Binary110001010110111101011111110100111110101001101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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