#62052D

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

Shades of Tyrian Purple #62052D

Tints of Tyrian Purple #62052D

Color information

#62052D (or 0x62052D) is unknown color: approx Tyrian Purple. HEX triplet: 62, 05 and 2D. RGB value is (98,5,45). Sum of RGB (Red+Green+Blue) = 98+5+45=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #62052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62052D is #9DFAD2. Grayscale: #252525. Windows color (decimal): -10353363 or 2950498. OLE color: 2950498.

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

Color convert

RGB98545-
CMYK00.950.540.62
HSL334.19º90.29%20.2%-
HSV(B)334.19º94.9%38.43%-
XYZ5.562.892.75-
YUV37.37132.31171.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.22%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 45 (17.97% from 255) = 30.41%
R=66.22%
G=3.38%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9854500.950.540.62334.1990.2920.2
Hex6252D05F363E14e5a14
Octal1425550137667651613224
Binary110001010110110101011111110110111110101001110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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