#580547

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

Shades of Tyrian Purple #580547

Tints of Tyrian Purple #580547

Color information

#580547 (or 0x580547) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 47. RGB value is (88,5,71). Sum of RGB (Red+Green+Blue) = 88+5+71=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #580547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580547 is #A7FAB8. Grayscale: #252525. Windows color (decimal): -11008697 or 4654424. OLE color: 4654424.

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

Color convert

RGB88571-
CMYK00.940.190.65
HSL312.29º89.25%18.24%-
HSV(B)312.29º94.32%34.51%-
XYZ5.222.646.2-
YUV37.34147164.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.66%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=53.66%
G=3.05%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8857100.940.190.65312.2989.2518.24
Hex5854705E13411385912
Octal130510701362310147013122
Binary1011000101100011101011110100111000001100111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580547; }

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

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

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

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

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

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

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

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