#57194F

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

Shades of Palatinate Purple #57194F

Tints of Palatinate Purple #57194F

Color information

#57194F (or 0x57194F) is unknown color: approx Palatinate Purple. HEX triplet: 57, 19 and 4F. RGB value is (87,25,79). Sum of RGB (Red+Green+Blue) = 87+25+79=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #57194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57194F is #A8E6B0. Grayscale: #313131. Windows color (decimal): -11069105 or 5183831. OLE color: 5183831.

HSL color Cylindrical-coordinate representation of color #57194F: hue angle of 307.74º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57194F is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB872579-
CMYK00.710.090.66
HSL307.74º55.36%21.96%-
HSV(B)307.74º71.26%34.12%-
XYZ5.693.297.73-
YUV49.69144.54154.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=45.55%
G=13.09%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87257900.710.090.66307.7455.3621.96
Hex57194F0479421343716
Octal127311170107111024646726
Binary1010111110011001111010001111001100001010011010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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