#580124

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

Shades of Tyrian Purple #580124

Tints of Tyrian Purple #580124

Color information

#580124 (or 0x580124) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 24. RGB value is (88,1,36). Sum of RGB (Red+Green+Blue) = 88+1+36=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #580124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580124 is #A7FEDB. Grayscale: #1E1E1E. Windows color (decimal): -11009756 or 2359640. OLE color: 2359640.

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

Color convert

RGB88136-
CMYK00.990.590.65
HSL335.86º97.75%17.45%-
HSV(B)335.86º98.86%34.51%-
XYZ4.352.221.87-
YUV31130.82168.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 70.4%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 36 (14.45% from 255) = 28.8%
R=70.4%
G=0.8%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8813600.990.590.65335.8697.7517.45
Hex581240633B411506211
Octal13014401437310152014221
Binary10110001100100011000111110111000001101010000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580124; }

 p { color: rgb(88,1,36); }

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

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

 a { background-color: rgb(88,1,36); }

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

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

 span { border-color: rgb(88,1,36); }

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