#571954

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

Shades of Palatinate Purple #571954

Tints of Palatinate Purple #571954

Color information

#571954 (or 0x571954) is unknown color: approx Palatinate Purple. HEX triplet: 57, 19 and 54. RGB value is (87,25,84). Sum of RGB (Red+Green+Blue) = 87+25+84=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #571954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571954 is #A8E6AB. Grayscale: #323232. Windows color (decimal): -11069100 or 5511511. OLE color: 5511511.

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

Color convert

RGB872584-
CMYK00.710.030.66
HSL302.9º55.36%21.96%-
HSV(B)302.9º71.26%34.12%-
XYZ5.883.368.73-
YUV50.26147.04154.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 25 (10.16% from 255) = 12.76%
BLUE value IS 84 (33.20% from 255) = 42.86%
R=44.39%
G=12.76%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87258400.710.030.66302.955.3621.96
Hex57195404734212f3716
Octal12731124010731024576726
Binary10101111100110101000100011111100001010010111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571954; }

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

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

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

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

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

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

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

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