#58164D

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

Shades of Palatinate Purple #58164D

Tints of Palatinate Purple #58164D

Color information

#58164D (or 0x58164D) is unknown color: approx Palatinate Purple. HEX triplet: 58, 16 and 4D. RGB value is (88,22,77). Sum of RGB (Red+Green+Blue) = 88+22+77=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58164D is #A7E9B2. Grayscale: #2F2F2F. Windows color (decimal): -11004339 or 5051992. OLE color: 5051992.

HSL color Cylindrical-coordinate representation of color #58164D: hue angle of 310º 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 #58164D is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB882277-
CMYK00.750.120.65
HSL310º60%21.57%-
HSV(B)310º75%34.51%-
XYZ5.653.187.34-
YUV48144.37156.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=47.06%
G=11.76%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88227700.750.120.653106021.57
Hex58164D04BC411363c16
Octal130261150113141014667426
Binary1011000101101001101010010111100100000110011011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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