#570754

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

Shades of Palatinate Purple #570754

Tints of Palatinate Purple #570754

Color information

#570754 (or 0x570754) is unknown color: approx Palatinate Purple. HEX triplet: 57, 07 and 54. RGB value is (87,7,84). Sum of RGB (Red+Green+Blue) = 87+7+84=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #570754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570754 is #A8F8AB. Grayscale: #272727. Windows color (decimal): -11073708 or 5506903. OLE color: 5506903.

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

Color convert

RGB87784-
CMYK00.920.030.66
HSL302.25º85.11%18.43%-
HSV(B)302.25º91.95%34.12%-
XYZ5.612.828.64-
YUV39.7153161.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 7 (3.12% from 255) = 3.93%
BLUE value IS 84 (33.20% from 255) = 47.19%
R=48.88%
G=3.93%
B=47.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8778400.920.030.66302.2585.1118.43
Hex5775405C34212e5512
Octal12771240134310245612522
Binary1010111111101010001011100111000010100101110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570754; }

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

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

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

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

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

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

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

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