#580144

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

Shades of Tyrian Purple #580144

Tints of Tyrian Purple #580144

Color information

#580144 (or 0x580144) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 44. RGB value is (88,1,68). Sum of RGB (Red+Green+Blue) = 88+1+68=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #580144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580144 is #A7FEBB. Grayscale: #222222. Windows color (decimal): -11009724 or 4456792. OLE color: 4456792.

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

Color convert

RGB88168-
CMYK00.990.230.65
HSL313.79º97.75%17.45%-
HSV(B)313.79º98.86%34.51%-
XYZ5.082.515.69-
YUV34.65146.82166.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.05%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 68 (26.95% from 255) = 43.31%
R=56.05%
G=0.64%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8816800.990.230.65313.7997.7517.45
Hex58144063174113a6211
Octal130110401432710147214221
Binary10110001100010001100011101111000001100111010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580144; }

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

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

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

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

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

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

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

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