#580247

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

Shades of Tyrian Purple #580247

Tints of Tyrian Purple #580247

Color information

#580247 (or 0x580247) is unknown color: approx Tyrian Purple. HEX triplet: 58, 02 and 47. RGB value is (88,2,71). Sum of RGB (Red+Green+Blue) = 88+2+71=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #580247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580247 is #A7FDB8. Grayscale: #232323. Windows color (decimal): -11009465 or 4653656. OLE color: 4653656.

HSL color Cylindrical-coordinate representation of color #580247: hue angle of 311.86º 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 #580247 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB88271-
CMYK00.980.190.65
HSL311.86º95.56%17.65%-
HSV(B)311.86º97.73%34.51%-
XYZ5.182.576.18-
YUV35.58147.99165.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.66%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 71 (28.12% from 255) = 44.10%
R=54.66%
G=1.24%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8827100.980.190.65311.8695.5617.65
Hex5824706213411386012
Octal130210701422310147014022
Binary101100010100011101100010100111000001100111000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580247; }

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

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

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

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

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

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

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

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