#580529

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

Shades of Tyrian Purple #580529

Tints of Tyrian Purple #580529

Color information

#580529 (or 0x580529) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 29. RGB value is (88,5,41). Sum of RGB (Red+Green+Blue) = 88+5+41=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #580529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580529 is #A7FAD6. Grayscale: #212121. Windows color (decimal): -11008727 or 2688344. OLE color: 2688344.

HSL color Cylindrical-coordinate representation of color #580529: hue angle of 333.98º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580529 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB88541-
CMYK00.940.530.65
HSL333.98º89.25%18.24%-
HSV(B)333.98º94.32%34.51%-
XYZ4.482.342.31-
YUV33.92132166.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.67%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=65.67%
G=3.73%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8854100.940.530.65333.9889.2518.24
Hex5852905E354114e5912
Octal13055101366510151613122
Binary1011000101101001010111101101011000001101001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580529; }

 p { color: rgb(88,5,41); }

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

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

 a { background-color: rgb(88,5,41); }

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

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

 span { border-color: rgb(88,5,41); }

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