#570753

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

Shades of Palatinate Purple #570753

Tints of Palatinate Purple #570753

Color information

#570753 (or 0x570753) is unknown color: approx Palatinate Purple. HEX triplet: 57, 07 and 53. RGB value is (87,7,83). Sum of RGB (Red+Green+Blue) = 87+7+83=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #570753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570753 is #A8F8AC. Grayscale: #272727. Windows color (decimal): -11073709 or 5441367. OLE color: 5441367.

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

Color convert

RGB87783-
CMYK00.920.050.66
HSL303º85.11%18.43%-
HSV(B)303º91.95%34.12%-
XYZ5.572.88.43-
YUV39.58152.5161.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 7 (3.12% from 255) = 3.95%
BLUE value IS 83 (32.81% from 255) = 46.89%
R=49.15%
G=3.95%
B=46.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8778300.920.050.6630385.1118.43
Hex5775305C54212f5512
Octal12771230134510245712522
Binary10101111111010011010111001011000010100101111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570753; }

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

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

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

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

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

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

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

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