#58194E

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

Shades of Palatinate Purple #58194E

Tints of Palatinate Purple #58194E

Color information

#58194E (or 0x58194E) is unknown color: approx Palatinate Purple. HEX triplet: 58, 19 and 4E. RGB value is (88,25,78). Sum of RGB (Red+Green+Blue) = 88+25+78=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #58194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58194E is #A7E6B1. Grayscale: #313131. Windows color (decimal): -11003570 or 5118296. OLE color: 5118296.

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

Color convert

RGB882578-
CMYK00.720.110.65
HSL309.52º55.75%22.16%-
HSV(B)309.52º71.59%34.51%-
XYZ5.753.327.55-
YUV49.88143.87155.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.07%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=46.07%
G=13.09%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88257800.720.110.65309.5255.7522.16
Hex58194E048B411363816
Octal130311160110131014667026
Binary1011000110011001110010010001011100000110011011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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