#58164E

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

Shades of Palatinate Purple #58164E

Tints of Palatinate Purple #58164E

Color information

#58164E (or 0x58164E) is unknown color: approx Palatinate Purple. HEX triplet: 58, 16 and 4E. RGB value is (88,22,78). Sum of RGB (Red+Green+Blue) = 88+22+78=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58164E is #A7E9B1. Grayscale: #2F2F2F. Windows color (decimal): -11004338 or 5117528. OLE color: 5117528.

HSL color Cylindrical-coordinate representation of color #58164E: hue angle of 309.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58164E is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB882278-
CMYK00.750.110.65
HSL309.09º60%21.57%-
HSV(B)309.09º75%34.51%-
XYZ5.693.27.53-
YUV48.12144.87156.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 78 (30.86% from 255) = 41.49%
R=46.81%
G=11.70%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88227800.750.110.65309.096021.57
Hex58164E04BB411353c16
Octal130261160113131014657426
Binary1011000101101001110010010111011100000110011010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,22,78); }

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

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

 a { background-color: rgb(88,22,78); }

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

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

 span { border-color: rgb(88,22,78); }

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