#580127

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

Shades of Tyrian Purple #580127

Tints of Tyrian Purple #580127

Color information

#580127 (or 0x580127) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 27. RGB value is (88,1,39). Sum of RGB (Red+Green+Blue) = 88+1+39=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #580127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580127 is #A7FED8. Grayscale: #1F1F1F. Windows color (decimal): -11009753 or 2556248. OLE color: 2556248.

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

Color convert

RGB88139-
CMYK00.990.560.65
HSL333.79º97.75%17.45%-
HSV(B)333.79º98.86%34.51%-
XYZ4.42.242.12-
YUV31.34132.32168.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.75%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 39 (15.62% from 255) = 30.47%
R=68.75%
G=0.78%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8813900.990.560.65333.7997.7517.45
Hex58127063384114e6211
Octal13014701437010151614221
Binary10110001100111011000111110001000001101001110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580127; }

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

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

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

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

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

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

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

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