#580C4F

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

Shades of Tyrian Purple #580C4F

Tints of Tyrian Purple #580C4F

Color information

#580C4F (or 0x580C4F) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0C and 4F. RGB value is (88,12,79). Sum of RGB (Red+Green+Blue) = 88+12+79=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #580C4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C4F is #A7F3B0. Grayscale: #2A2A2A. Windows color (decimal): -11006897 or 5180504. OLE color: 5180504.

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

Color convert

RGB881279-
CMYK00.860.100.65
HSL307.11º76%19.61%-
HSV(B)307.11º86.36%34.51%-
XYZ5.572.97.66-
YUV42.36148.68160.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 12 (5.08% from 255) = 6.70%
BLUE value IS 79 (31.25% from 255) = 44.13%
R=49.16%
G=6.70%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88127900.860.100.65307.117619.61
Hex58C4F056A411334c14
Octal1301411701261210146311424
Binary1011000110010011110101011010101000001100110011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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