#571454

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

Shades of Palatinate Purple #571454

Tints of Palatinate Purple #571454

Color information

#571454 (or 0x571454) is unknown color: approx Palatinate Purple. HEX triplet: 57, 14 and 54. RGB value is (87,20,84). Sum of RGB (Red+Green+Blue) = 87+20+84=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #571454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571454 is #A8EBAB. Grayscale: #2F2F2F. Windows color (decimal): -11070380 or 5510231. OLE color: 5510231.

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

Color convert

RGB872084-
CMYK00.770.030.66
HSL302.69º62.62%20.98%-
HSV(B)302.69º77.01%34.12%-
XYZ5.783.178.69-
YUV47.33148.7156.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 84 (33.20% from 255) = 43.98%
R=45.55%
G=10.47%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87208400.770.030.66302.6962.6220.98
Hex57145404D34212f3f15
Octal12724124011531024577725
Binary10101111010010101000100110111100001010010111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571454; }

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

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

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

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

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

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

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

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