#580C33

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

Shades of Tyrian Purple #580C33

Tints of Tyrian Purple #580C33

Color information

#580C33 (or 0x580C33) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0C and 33. RGB value is (88,12,51). Sum of RGB (Red+Green+Blue) = 88+12+51=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #580C33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C33 is #A7F3CC. Grayscale: #272727. Windows color (decimal): -11006925 or 3345496. OLE color: 3345496.

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

Color convert

RGB881251-
CMYK00.860.420.65
HSL329.21º76%19.61%-
HSV(B)329.21º86.36%34.51%-
XYZ4.752.583.38-
YUV39.17134.68162.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.28%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 51 (20.31% from 255) = 33.77%
R=58.28%
G=7.95%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88125100.860.420.65329.217619.61
Hex58C330562A411494c14
Octal130146301265210151111424
Binary10110001100110011010101101010101000001101001001100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,12,51); }

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

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

 a { background-color: rgb(88,12,51); }

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

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

 span { border-color: rgb(88,12,51); }

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