#580552

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

Shades of Tyrian Purple #580552

Tints of Tyrian Purple #580552

Color information

#580552 (or 0x580552) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 52. RGB value is (88,5,82). Sum of RGB (Red+Green+Blue) = 88+5+82=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #580552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580552 is #A7FAAD. Grayscale: #262626. Windows color (decimal): -11008686 or 5375320. OLE color: 5375320.

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

Color convert

RGB88582-
CMYK00.940.070.65
HSL304.34º89.25%18.24%-
HSV(B)304.34º94.32%34.51%-
XYZ5.62.798.23-
YUV38.6152.5163.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 5 (2.34% from 255) = 2.86%
BLUE value IS 82 (32.42% from 255) = 46.86%
R=50.29%
G=2.86%
B=46.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8858200.940.070.65304.3489.2518.24
Hex5855205E7411305912
Octal13051220136710146013122
Binary10110001011010010010111101111000001100110000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580552; }

 p { color: rgb(88,5,82); }

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

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

 a { background-color: rgb(88,5,82); }

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

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

 span { border-color: rgb(88,5,82); }

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