#580152

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

Shades of Tyrian Purple #580152

Tints of Tyrian Purple #580152

Color information

#580152 (or 0x580152) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 52. RGB value is (88,1,82). Sum of RGB (Red+Green+Blue) = 88+1+82=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #580152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580152 is #A7FEAD. Grayscale: #242424. Windows color (decimal): -11009710 or 5374296. OLE color: 5374296.

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

Color convert

RGB88182-
CMYK00.990.070.65
HSL304.14º97.75%17.45%-
HSV(B)304.14º98.86%34.51%-
XYZ5.562.718.21-
YUV36.25153.82164.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.46%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 82 (32.42% from 255) = 47.95%
R=51.46%
G=0.58%
B=47.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8818200.990.070.65304.1497.7517.45
Hex581520637411306211
Octal13011220143710146014221
Binary101100011010010011000111111000001100110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580152; }

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

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

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

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

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

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

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

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