#580845

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

Shades of Tyrian Purple #580845

Tints of Tyrian Purple #580845

Color information

#580845 (or 0x580845) is unknown color: approx Tyrian Purple. HEX triplet: 58, 08 and 45. RGB value is (88,8,69). Sum of RGB (Red+Green+Blue) = 88+8+69=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #580845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580845 is #A7F7BA. Grayscale: #262626. Windows color (decimal): -11007931 or 4524120. OLE color: 4524120.

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

Color convert

RGB88869-
CMYK00.910.220.65
HSL314.25º83.33%18.82%-
HSV(B)314.25º90.91%34.51%-
XYZ5.192.685.87-
YUV38.87145163.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 69 (27.34% from 255) = 41.82%
R=53.33%
G=4.85%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8886900.910.220.65314.2583.3318.82
Hex5884505B164113a5313
Octal1301010501332610147212323
Binary10110001000100010101011011101101000001100111010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580845; }

 p { color: rgb(88,8,69); }

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

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

 a { background-color: rgb(88,8,69); }

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

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

 span { border-color: rgb(88,8,69); }

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