#580354

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

Shades of Tyrian Purple #580354

Tints of Tyrian Purple #580354

Color information

#580354 (or 0x580354) is unknown color: approx Tyrian Purple. HEX triplet: 58, 03 and 54. RGB value is (88,3,84). Sum of RGB (Red+Green+Blue) = 88+3+84=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #580354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580354 is #A7FCAB. Grayscale: #252525. Windows color (decimal): -11009196 or 5505880. OLE color: 5505880.

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

Color convert

RGB88384-
CMYK00.970.050.65
HSL302.82º93.41%17.84%-
HSV(B)302.82º96.59%34.51%-
XYZ5.662.788.63-
YUV37.65154.16163.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 84 (33.20% from 255) = 48%
R=50.29%
G=1.71%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8838400.970.050.65302.8293.4117.84
Hex5835406154112f5d12
Octal13031240141510145713522
Binary1011000111010100011000011011000001100101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580354; }

 p { color: rgb(88,3,84); }

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

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

 a { background-color: rgb(88,3,84); }

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

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

 span { border-color: rgb(88,3,84); }

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