#571253

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

Shades of Palatinate Purple #571253

Tints of Palatinate Purple #571253

Color information

#571253 (or 0x571253) is unknown color: approx Palatinate Purple. HEX triplet: 57, 12 and 53. RGB value is (87,18,83). Sum of RGB (Red+Green+Blue) = 87+18+83=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #571253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571253 is #A8EDAC. Grayscale: #2D2D2D. Windows color (decimal): -11070893 or 5444183. OLE color: 5444183.

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

Color convert

RGB871883-
CMYK00.790.050.66
HSL303.48º65.71%20.59%-
HSV(B)303.48º79.31%34.12%-
XYZ5.713.088.48-
YUV46.04148.86157.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 83 (32.81% from 255) = 44.15%
R=46.28%
G=9.57%
B=44.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87188300.790.050.66303.4865.7120.59
Hex57125304F54212f4215
Octal127221230117510245710225
Binary1010111100101010011010011111011000010100101111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571253; }

 p { color: rgb(87,18,83); }

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

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

 a { background-color: rgb(87,18,83); }

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

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

 span { border-color: rgb(87,18,83); }

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