#62062D

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

Shades of Tyrian Purple #62062D

Tints of Tyrian Purple #62062D

Color information

#62062D (or 0x62062D) is unknown color: approx Tyrian Purple. HEX triplet: 62, 06 and 2D. RGB value is (98,6,45). Sum of RGB (Red+Green+Blue) = 98+6+45=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #62062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62062D is #9DF9D2. Grayscale: #252525. Windows color (decimal): -10353107 or 2950754. OLE color: 2950754.

HSL color Cylindrical-coordinate representation of color #62062D: hue angle of 334.57º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62062D is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB98645-
CMYK00.940.540.62
HSL334.57º88.46%20.39%-
HSV(B)334.57º93.88%38.43%-
XYZ5.582.922.75-
YUV37.95131.98170.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=65.77%
G=4.03%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9864500.940.540.62334.5788.4620.39
Hex6262D05E363E14f5814
Octal1426550136667651713024
Binary110001011010110101011110110110111110101001111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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