#580449

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

Shades of Tyrian Purple #580449

Tints of Tyrian Purple #580449

Color information

#580449 (or 0x580449) is unknown color: approx Tyrian Purple. HEX triplet: 58, 04 and 49. RGB value is (88,4,73). Sum of RGB (Red+Green+Blue) = 88+4+73=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #580449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580449 is #A7FBB6. Grayscale: #242424. Windows color (decimal): -11008951 or 4785240. OLE color: 4785240.

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

Color convert

RGB88473-
CMYK00.950.170.65
HSL310.71º91.3%18.04%-
HSV(B)310.71º95.45%34.51%-
XYZ5.272.646.54-
YUV36.98148.33164.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 4 (1.95% from 255) = 2.42%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=53.33%
G=2.42%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8847300.950.170.65310.7191.318.04
Hex5844905F11411375b12
Octal130411101372110146713322
Binary1011000100100100101011111100011000001100110111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580449; }

 p { color: rgb(88,4,73); }

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

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

 a { background-color: rgb(88,4,73); }

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

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

 span { border-color: rgb(88,4,73); }

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