#580c47

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

Shades of Tyrian Purple #580C47

Tints of Tyrian Purple #580C47

Color information

#580C47 (or 0x580C47) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0C and 47. RGB value is (88,12,71). Sum of RGB (Red+Green+Blue) = 88+12+71=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #580C47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C47 is #A7F3B8. Grayscale: #292929. Windows color (decimal): -11006905 or 4656216. OLE color: 4656216.

HSL color Cylindrical-coordinate representation of color #580C47: hue angle of 313.42º 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 #580C47 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB881271-
CMYK00.860.190.65
HSL313.42º76%19.61%-
HSV(B)313.42º86.36%34.51%-
XYZ5.292.796.22-
YUV41.45144.68161.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.46%
GREEN value IS 12 (5.08% from 255) = 7.02%
BLUE value IS 71 (28.12% from 255) = 41.52%
R=51.46%
G=7.02%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88127100.860.190.65313.427619.61
Hex58C4705613411394c14
Octal1301410701262310147111424
Binary10110001100100011101010110100111000001100111001100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580c47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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