#59082A

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

Shades of Tyrian Purple #59082A

Tints of Tyrian Purple #59082A

Color information

#59082A (or 0x59082A) is unknown color: approx Tyrian Purple. HEX triplet: 59, 08 and 2A. RGB value is (89,8,42). Sum of RGB (Red+Green+Blue) = 89+8+42=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #59082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59082A is #A6F7D5. Grayscale: #242424. Windows color (decimal): -10942422 or 2754649. OLE color: 2754649.

HSL color Cylindrical-coordinate representation of color #59082A: hue angle of 334.81º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59082A is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB89842-
CMYK00.910.530.65
HSL334.81º83.51%19.02%-
HSV(B)334.81º91.01%34.9%-
XYZ4.622.462.42-
YUV36.1131.34165.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.03%
GREEN value IS 8 (3.52% from 255) = 5.76%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=64.03%
G=5.76%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8984200.910.530.65334.8183.5119.02
Hex5982A05B354114f5413
Octal131105201336510151712423
Binary10110011000101010010110111101011000001101001111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59082A; }

 p { color: rgb(89,8,42); }

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

<style>
 a { background-color: #59082A; }

 a { background-color: rgb(89,8,42); }

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

<style>
 span { border-color: #59082A; }

 span { border-color: rgb(89,8,42); }

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