#580044

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

Shades of Tyrian Purple #580044

Tints of Tyrian Purple #580044

Color information

#580044 (or 0x580044) is unknown color: approx Tyrian Purple. HEX triplet: 58, 00 and 44. RGB value is (88,0,68). Sum of RGB (Red+Green+Blue) = 88+0+68=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 68 (26.95% from 255 or 43.59% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #580044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580044 is #A7FFBB. Grayscale: #212121. Windows color (decimal): -11009980 or 4456536. OLE color: 4456536.

HSL color Cylindrical-coordinate representation of color #580044: hue angle of 313.64º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580044 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB88068-
CMYK010.230.65
HSL313.64º100%17.25%-
HSV(B)313.64º100%34.51%-
XYZ5.072.495.68-
YUV34.06147.15166.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 43.59%
R=56.41%
G=0%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88068010.230.65313.6410017.25
Hex58044064174113a6411
Octal130010401442710147214421
Binary10110000100010001100100101111000001100111010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580044; }

 p { color: rgb(88,0,68); }

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

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

 a { background-color: rgb(88,0,68); }

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

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

 span { border-color: rgb(88,0,68); }

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