#57134E

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

Shades of Palatinate Purple #57134E

Tints of Palatinate Purple #57134E

Color information

#57134E (or 0x57134E) is unknown color: approx Palatinate Purple. HEX triplet: 57, 13 and 4E. RGB value is (87,19,78). Sum of RGB (Red+Green+Blue) = 87+19+78=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #57134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57134E is #A8ECB1. Grayscale: #2D2D2D. Windows color (decimal): -11070642 or 5116759. OLE color: 5116759.

HSL color Cylindrical-coordinate representation of color #57134E: hue angle of 307.94º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #57134E is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB871978-
CMYK00.780.100.66
HSL307.94º64.15%20.78%-
HSV(B)307.94º78.16%34.12%-
XYZ5.543.047.5-
YUV46.06146.03157.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.28%
GREEN value IS 19 (7.81% from 255) = 10.33%
BLUE value IS 78 (30.86% from 255) = 42.39%
R=47.28%
G=10.33%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87197800.780.100.66307.9464.1520.78
Hex57134E04EA421344015
Octal1272311601161210246410025
Binary10101111001110011100100111010101000010100110100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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