#580D32

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

Shades of Tyrian Purple #580D32

Tints of Tyrian Purple #580D32

Color information

#580D32 (or 0x580D32) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0D and 32. RGB value is (88,13,50). Sum of RGB (Red+Green+Blue) = 88+13+50=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #580D32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580D32 is #A7F2CD. Grayscale: #272727. Windows color (decimal): -11006670 or 3280216. OLE color: 3280216.

HSL color Cylindrical-coordinate representation of color #580D32: hue angle of 330.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #580D32 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB881350-
CMYK00.850.430.65
HSL330.4º74.26%19.8%-
HSV(B)330.4º85.23%34.51%-
XYZ4.742.593.27-
YUV39.64133.85162.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.28%
GREEN value IS 13 (5.47% from 255) = 8.61%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=58.28%
G=8.61%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88135000.850.430.65330.474.2619.8
Hex58D320552B4114a4a14
Octal130156201255310151211224
Binary10110001101110010010101011010111000001101001010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580D32; }

 p { color: rgb(88,13,50); }

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

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

 a { background-color: rgb(88,13,50); }

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

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

 span { border-color: rgb(88,13,50); }

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