#59062B

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

Shades of Tyrian Purple #59062B

Tints of Tyrian Purple #59062B

Color information

#59062B (or 0x59062B) is unknown color: approx Tyrian Purple. HEX triplet: 59, 06 and 2B. RGB value is (89,6,43). Sum of RGB (Red+Green+Blue) = 89+6+43=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #59062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59062B is #A6F9D4. Grayscale: #222222. Windows color (decimal): -10942933 or 2819673. OLE color: 2819673.

HSL color Cylindrical-coordinate representation of color #59062B: hue angle of 333.25º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59062B is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB89643-
CMYK00.930.520.65
HSL333.25º87.37%18.63%-
HSV(B)333.25º93.26%34.9%-
XYZ4.622.432.51-
YUV35.03132.5166.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 43 (17.19% from 255) = 31.16%
R=64.49%
G=4.35%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8964300.930.520.65333.2587.3718.63
Hex5962B05D344114d5713
Octal13165301356410151512723
Binary1011001110101011010111011101001000001101001101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,6,43); }

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

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

 a { background-color: rgb(89,6,43); }

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

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

 span { border-color: rgb(89,6,43); }

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