#580150

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

Shades of Tyrian Purple #580150

Tints of Tyrian Purple #580150

Color information

#580150 (or 0x580150) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 50. RGB value is (88,1,80). Sum of RGB (Red+Green+Blue) = 88+1+80=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #580150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580150 is #A7FEAF. Grayscale: #232323. Windows color (decimal): -11009712 or 5243224. OLE color: 5243224.

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

Color convert

RGB88180-
CMYK00.990.090.65
HSL305.52º97.75%17.45%-
HSV(B)305.52º98.86%34.51%-
XYZ5.482.687.82-
YUV36.02152.82165.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.07%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=52.07%
G=0.59%
B=47.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8818000.990.090.65305.5297.7517.45
Hex581500639411326211
Octal130112001431110146214221
Binary1011000110100000110001110011000001100110010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580150; }

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

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

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

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

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

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

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

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