#580244

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

Shades of Tyrian Purple #580244

Tints of Tyrian Purple #580244

Color information

#580244 (or 0x580244) is unknown color: approx Tyrian Purple. HEX triplet: 58, 02 and 44. RGB value is (88,2,68). Sum of RGB (Red+Green+Blue) = 88+2+68=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #580244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580244 is #A7FDBB. Grayscale: #232323. Windows color (decimal): -11009468 or 4457048. OLE color: 4457048.

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

Color convert

RGB88268-
CMYK00.980.230.65
HSL313.95º95.56%17.65%-
HSV(B)313.95º97.73%34.51%-
XYZ5.092.545.69-
YUV35.24146.49165.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 68 (26.95% from 255) = 43.04%
R=55.70%
G=1.27%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8826800.980.230.65313.9595.5617.65
Hex58244062174113a6012
Octal130210401422710147214022
Binary101100010100010001100010101111000001100111010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580244; }

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

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

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

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

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

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

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

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