#580550

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

Shades of Tyrian Purple #580550

Tints of Tyrian Purple #580550

Color information

#580550 (or 0x580550) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 50. RGB value is (88,5,80). Sum of RGB (Red+Green+Blue) = 88+5+80=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #580550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580550 is #A7FAAF. Grayscale: #262626. Windows color (decimal): -11008688 or 5244248. OLE color: 5244248.

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

Color convert

RGB88580-
CMYK00.940.090.65
HSL305.78º89.25%18.24%-
HSV(B)305.78º94.32%34.51%-
XYZ5.532.767.83-
YUV38.37151.5163.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=50.87%
G=2.89%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8858000.940.090.65305.7889.2518.24
Hex5855005E9411325912
Octal130512001361110146213122
Binary101100010110100000101111010011000001100110010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580550; }

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

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

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

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

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

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

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

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