#653557

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

Shades of Palatinate Purple #653557

Tints of Palatinate Purple #653557

Color information

#653557 (or 0x653557) is unknown color: approx Palatinate Purple. HEX triplet: 65, 35 and 57. RGB value is (101,53,87). Sum of RGB (Red+Green+Blue) = 101+53+87=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #653557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653557 is #9ACAA8. Grayscale: #474747. Windows color (decimal): -10144425 or 5715301. OLE color: 5715301.

HSL color Cylindrical-coordinate representation of color #653557: hue angle of 317.5º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #653557 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB1015387-
CMYK00.480.140.60
HSL317.5º31.17%30.2%-
HSV(B)317.5º47.52%39.61%-
XYZ8.3669.73-
YUV71.23136.9149.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 87 (34.38% from 255) = 36.10%
R=41.91%
G=21.99%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101538700.480.140.60317.531.1730.2
Hex653557030E3C13e1f1e
Octal1456512706016744763736
Binary11001011101011010111011000011101111001001111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653557; }

 p { color: rgb(101,53,87); }

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

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

 a { background-color: rgb(101,53,87); }

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

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

 span { border-color: rgb(101,53,87); }

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