#570354

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

Shades of Palatinate Purple #570354

Tints of Palatinate Purple #570354

Color information

#570354 (or 0x570354) is unknown color: approx Palatinate Purple. HEX triplet: 57, 03 and 54. RGB value is (87,3,84). Sum of RGB (Red+Green+Blue) = 87+3+84=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #570354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570354 is #A8FCAB. Grayscale: #252525. Windows color (decimal): -11074732 or 5505879. OLE color: 5505879.

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

Color convert

RGB87384-
CMYK00.970.030.66
HSL302.14º93.33%17.65%-
HSV(B)302.14º96.55%34.12%-
XYZ5.562.738.62-
YUV37.35154.33163.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 1.72%
BLUE value IS 84 (33.20% from 255) = 48.28%
R=50%
G=1.72%
B=48.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8738400.970.030.66302.1493.3317.65
Hex5735406134212e5d12
Octal12731240141310245613522
Binary101011111101010001100001111000010100101110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570354; }

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

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

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

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

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

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

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

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