#572653

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

Shades of Palatinate Purple #572653

Tints of Palatinate Purple #572653

Color information

#572653 (or 0x572653) is unknown color: approx Palatinate Purple. HEX triplet: 57, 26 and 53. RGB value is (87,38,83). Sum of RGB (Red+Green+Blue) = 87+38+83=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 87 - color contains mainly: red. Hex color #572653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572653 is #A8D9AC. Grayscale: #393939. Windows color (decimal): -11065773 or 5449303. OLE color: 5449303.

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

Color convert

RGB873883-
CMYK00.560.050.66
HSL304.9º39.2%24.51%-
HSV(B)304.9º56.32%34.12%-
XYZ6.184.048.64-
YUV57.78142.23148.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.83%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=41.83%
G=18.27%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87388300.560.050.66304.939.224.51
Hex5726530385421312719
Octal1274612307051024614731
Binary101011110011010100110111000101100001010011000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572653; }

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

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

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

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

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

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

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

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