#62052E

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

Shades of Tyrian Purple #62052E

Tints of Tyrian Purple #62052E

Color information

#62052E (or 0x62052E) is unknown color: approx Tyrian Purple. HEX triplet: 62, 05 and 2E. RGB value is (98,5,46). Sum of RGB (Red+Green+Blue) = 98+5+46=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #62052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62052E is #9DFAD1. Grayscale: #252525. Windows color (decimal): -10353362 or 3016034. OLE color: 3016034.

HSL color Cylindrical-coordinate representation of color #62052E: hue angle of 333.55º 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 #62052E is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB98546-
CMYK00.950.530.62
HSL333.55º90.29%20.2%-
HSV(B)333.55º94.9%38.43%-
XYZ5.582.92.85-
YUV37.48132.81171.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=65.77%
G=3.36%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9854600.950.530.62333.5590.2920.2
Hex6252E05F353E14e5a14
Octal1425560137657651613224
Binary110001010110111001011111110101111110101001110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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