#580842

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

Shades of Tyrian Purple #580842

Tints of Tyrian Purple #580842

Color information

#580842 (or 0x580842) is unknown color: approx Tyrian Purple. HEX triplet: 58, 08 and 42. RGB value is (88,8,66). Sum of RGB (Red+Green+Blue) = 88+8+66=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #580842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580842 is #A7F7BD. Grayscale: #262626. Windows color (decimal): -11007934 or 4327512. OLE color: 4327512.

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

Color convert

RGB88866-
CMYK00.910.250.65
HSL316.5º83.33%18.82%-
HSV(B)316.5º90.91%34.51%-
XYZ5.092.645.4-
YUV38.53143.5163.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.32%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 66 (26.17% from 255) = 40.74%
R=54.32%
G=4.94%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8886600.910.250.65316.583.3318.82
Hex5884205B194113c5313
Octal1301010201333110147412323
Binary10110001000100001001011011110011000001100111100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580842; }

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

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

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

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

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

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

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

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