#580C4C

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

Shades of Tyrian Purple #580C4C

Tints of Tyrian Purple #580C4C

Color information

#580C4C (or 0x580C4C) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0C and 4C. RGB value is (88,12,76). Sum of RGB (Red+Green+Blue) = 88+12+76=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #580C4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C4C is #A7F3B3. Grayscale: #292929. Windows color (decimal): -11006900 or 4983896. OLE color: 4983896.

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

Color convert

RGB881276-
CMYK00.860.140.65
HSL309.47º76%19.61%-
HSV(B)309.47º86.36%34.51%-
XYZ5.462.867.1-
YUV42.02147.18160.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 6.82%
BLUE value IS 76 (30.08% from 255) = 43.18%
R=50%
G=6.82%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88127600.860.140.65309.477619.61
Hex58C4C056E411354c14
Octal1301411401261610146511424
Binary1011000110010011000101011011101000001100110101100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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