#58015E

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

Shades of Palatinate Purple #58015E

Tints of Palatinate Purple #58015E

Color information

#58015E (or 0x58015E) is unknown color: approx Palatinate Purple. HEX triplet: 58, 01 and 5E. RGB value is (88,1,94). Sum of RGB (Red+Green+Blue) = 88+1+94=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #58015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58015E is #A7FEA1. Grayscale: #252525. Windows color (decimal): -11009698 or 6160728. OLE color: 6160728.

HSL color Cylindrical-coordinate representation of color #58015E: hue angle of 296.13º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58015E is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB88194-
CMYK0.060.9900.63
HSL296.13º97.89%18.63%-
HSV(B)296.13º98.94%36.86%-
XYZ6.062.910.83-
YUV37.61159.82163.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 94 (37.11% from 255) = 51.37%
R=48.09%
G=0.55%
B=51.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal881940.060.9900.63296.1397.8918.63
Hex5815E66303F1286213
Octal1301136614307745014223
Binary10110001101111011011000110111111100101000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58015E; }

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

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

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

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

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

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

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

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