#580428

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

Shades of Tyrian Purple #580428

Tints of Tyrian Purple #580428

Color information

#580428 (or 0x580428) is unknown color: approx Tyrian Purple. HEX triplet: 58, 04 and 28. RGB value is (88,4,40). Sum of RGB (Red+Green+Blue) = 88+4+40=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #580428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580428 is #A7FBD7. Grayscale: #212121. Windows color (decimal): -11008984 or 2622552. OLE color: 2622552.

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

Color convert

RGB88440-
CMYK00.950.550.65
HSL334.29º91.3%18.04%-
HSV(B)334.29º95.45%34.51%-
XYZ4.452.312.22-
YUV33.22131.83167.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=66.67%
G=3.03%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8844000.950.550.65334.2991.318.04
Hex5842805F374114e5b12
Octal13045001376710151613322
Binary1011000100101000010111111101111000001101001110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580428; }

 p { color: rgb(88,4,40); }

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

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

 a { background-color: rgb(88,4,40); }

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

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

 span { border-color: rgb(88,4,40); }

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