#580126

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

Shades of Tyrian Purple #580126

Tints of Tyrian Purple #580126

Color information

#580126 (or 0x580126) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 26. RGB value is (88,1,38). Sum of RGB (Red+Green+Blue) = 88+1+38=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #580126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580126 is #A7FED9. Grayscale: #1F1F1F. Windows color (decimal): -11009754 or 2490712. OLE color: 2490712.

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

Color convert

RGB88138-
CMYK00.990.570.65
HSL334.48º97.75%17.45%-
HSV(B)334.48º98.86%34.51%-
XYZ4.392.242.03-
YUV31.23131.82168.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.29%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=69.29%
G=0.79%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8813800.990.570.65334.4897.7517.45
Hex58126063394114e6211
Octal13014601437110151614221
Binary10110001100110011000111110011000001101001110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580126; }

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

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

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

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

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

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

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

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