#57194E

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

Shades of Palatinate Purple #57194E

Tints of Palatinate Purple #57194E

Color information

#57194E (or 0x57194E) is unknown color: approx Palatinate Purple. HEX triplet: 57, 19 and 4E. RGB value is (87,25,78). Sum of RGB (Red+Green+Blue) = 87+25+78=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #57194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57194E is #A8E6B1. Grayscale: #313131. Windows color (decimal): -11069106 or 5118295. OLE color: 5118295.

HSL color Cylindrical-coordinate representation of color #57194E: hue angle of 308.71º 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 #57194E is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB872578-
CMYK00.710.100.66
HSL308.71º55.36%21.96%-
HSV(B)308.71º71.26%34.12%-
XYZ5.653.277.54-
YUV49.58144.04154.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=45.79%
G=13.16%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87257800.710.100.66308.7155.3621.96
Hex57194E047A421353716
Octal127311160107121024656726
Binary1010111110011001110010001111010100001010011010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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