#570553

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

Shades of Palatinate Purple #570553

Tints of Palatinate Purple #570553

Color information

#570553 (or 0x570553) is unknown color: approx Palatinate Purple. HEX triplet: 57, 05 and 53. RGB value is (87,5,83). Sum of RGB (Red+Green+Blue) = 87+5+83=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #570553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570553 is #A8FAAC. Grayscale: #262626. Windows color (decimal): -11074221 or 5440855. OLE color: 5440855.

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

Color convert

RGB87583-
CMYK00.940.050.66
HSL302.93º89.13%18.04%-
HSV(B)302.93º94.25%34.12%-
XYZ5.552.768.42-
YUV38.41153.17162.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.71%
GREEN value IS 5 (2.34% from 255) = 2.86%
BLUE value IS 83 (32.81% from 255) = 47.43%
R=49.71%
G=2.86%
B=47.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8758300.940.050.66302.9389.1318.04
Hex5755305E54212f5912
Octal12751230136510245713122
Binary10101111011010011010111101011000010100101111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570553; }

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

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

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

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

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

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

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

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