#571254

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

Shades of Palatinate Purple #571254

Tints of Palatinate Purple #571254

Color information

#571254 (or 0x571254) is unknown color: approx Palatinate Purple. HEX triplet: 57, 12 and 54. RGB value is (87,18,84). Sum of RGB (Red+Green+Blue) = 87+18+84=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #571254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571254 is #A8EDAB. Grayscale: #2D2D2D. Windows color (decimal): -11070892 or 5509719. OLE color: 5509719.

HSL color Cylindrical-coordinate representation of color #571254: hue angle of 302.61º 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 #571254 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB871884-
CMYK00.790.030.66
HSL302.61º65.71%20.59%-
HSV(B)302.61º79.31%34.12%-
XYZ5.753.18.68-
YUV46.15149.36157.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.03%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 84 (33.20% from 255) = 44.44%
R=46.03%
G=9.52%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87188400.790.030.66302.6165.7120.59
Hex57125404F34212f4215
Octal127221240117310245710225
Binary101011110010101010001001111111000010100101111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571254; }

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

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

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

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

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

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

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

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