#580254

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

Shades of Tyrian Purple #580254

Tints of Tyrian Purple #580254

Color information

#580254 (or 0x580254) is unknown color: approx Tyrian Purple. HEX triplet: 58, 02 and 54. RGB value is (88,2,84). Sum of RGB (Red+Green+Blue) = 88+2+84=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #580254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580254 is #A7FDAB. Grayscale: #242424. Windows color (decimal): -11009452 or 5505624. OLE color: 5505624.

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

Color convert

RGB88284-
CMYK00.980.050.65
HSL302.79º95.56%17.65%-
HSV(B)302.79º97.73%34.51%-
XYZ5.652.768.62-
YUV37.06154.49164.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 84 (33.20% from 255) = 48.28%
R=50.57%
G=1.15%
B=48.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8828400.980.050.65302.7995.5617.65
Hex5825406254112f6012
Octal13021240142510145714022
Binary1011000101010100011000101011000001100101111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580254; }

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

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

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

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

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

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

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

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