#580138

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

Shades of Tyrian Purple #580138

Tints of Tyrian Purple #580138

Color information

#580138 (or 0x580138) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 38. RGB value is (88,1,56). Sum of RGB (Red+Green+Blue) = 88+1+56=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #580138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580138 is #A7FEC7. Grayscale: #212121. Windows color (decimal): -11009736 or 3670360. OLE color: 3670360.

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

Color convert

RGB88156-
CMYK00.990.360.65
HSL322.07º97.75%17.45%-
HSV(B)322.07º98.86%34.51%-
XYZ4.752.383.95-
YUV33.28140.82167.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 60.69%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=60.69%
G=0.69%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8815600.990.360.65322.0797.7517.45
Hex5813806324411426211
Octal13017001434410150214221
Binary10110001111000011000111001001000001101000010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580138; }

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

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

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

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

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

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

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

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