#58045E

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

Shades of Palatinate Purple #58045E

Tints of Palatinate Purple #58045E

Color information

#58045E (or 0x58045E) is unknown color: approx Palatinate Purple. HEX triplet: 58, 04 and 5E. RGB value is (88,4,94). Sum of RGB (Red+Green+Blue) = 88+4+94=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #58045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58045E is #A7FBA1. Grayscale: #272727. Windows color (decimal): -11008930 or 6161496. OLE color: 6161496.

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

Color convert

RGB88494-
CMYK0.060.9600.63
HSL296º91.84%19.22%-
HSV(B)296º95.74%36.86%-
XYZ6.092.9710.84-
YUV39.38158.83162.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.31%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 94 (37.11% from 255) = 50.54%
R=47.31%
G=2.15%
B=50.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal884940.060.9600.6329691.8419.22
Hex5845E66003F1285c13
Octal1304136614007745013423
Binary1011000100101111011011000000111111100101000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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