#58194F

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

Shades of Palatinate Purple #58194F

Tints of Palatinate Purple #58194F

Color information

#58194F (or 0x58194F) is unknown color: approx Palatinate Purple. HEX triplet: 58, 19 and 4F. RGB value is (88,25,79). Sum of RGB (Red+Green+Blue) = 88+25+79=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #58194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58194F is #A7E6B0. Grayscale: #313131. Windows color (decimal): -11003569 or 5183832. OLE color: 5183832.

HSL color Cylindrical-coordinate representation of color #58194F: hue angle of 308.57º 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 #58194F is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB882579-
CMYK00.720.100.65
HSL308.57º55.75%22.16%-
HSV(B)308.57º71.59%34.51%-
XYZ5.783.337.74-
YUV49.99144.37155.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=45.83%
G=13.02%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88257900.720.100.65308.5755.7522.16
Hex58194F048A411353816
Octal130311170110121014657026
Binary1011000110011001111010010001010100000110011010111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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