#580128

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

Shades of Tyrian Purple #580128

Tints of Tyrian Purple #580128

Color information

#580128 (or 0x580128) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 28. RGB value is (88,1,40). Sum of RGB (Red+Green+Blue) = 88+1+40=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #580128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580128 is #A7FED7. Grayscale: #1F1F1F. Windows color (decimal): -11009752 or 2621784. OLE color: 2621784.

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

Color convert

RGB88140-
CMYK00.990.550.65
HSL333.1º97.75%17.45%-
HSV(B)333.1º98.86%34.51%-
XYZ4.422.252.21-
YUV31.46132.82168.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.22%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=68.22%
G=0.78%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8814000.990.550.65333.197.7517.45
Hex58128063374114d6211
Octal13015001436710151514221
Binary10110001101000011000111101111000001101001101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580128; }

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

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

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

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

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

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

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

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