#653756

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

Shades of Palatinate Purple #653756

Tints of Palatinate Purple #653756

Color information

#653756 (or 0x653756) is unknown color: approx Palatinate Purple. HEX triplet: 65, 37 and 56. RGB value is (101,55,86). Sum of RGB (Red+Green+Blue) = 101+55+86=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #653756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653756 is #9AC8A9. Grayscale: #484848. Windows color (decimal): -10143914 or 5650277. OLE color: 5650277.

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

Color convert

RGB1015586-
CMYK00.460.150.60
HSL319.57º29.49%30.59%-
HSV(B)319.57º45.54%39.61%-
XYZ8.416.179.55-
YUV72.29135.74148.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.74%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=41.74%
G=22.73%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101558600.460.150.60319.5729.4930.59
Hex65375602EF3C1401d1f
Octal1456712605617745003537
Binary11001011101111010110010111011111111001010000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653756; }

 p { color: rgb(101,55,86); }

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

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

 a { background-color: rgb(101,55,86); }

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

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

 span { border-color: rgb(101,55,86); }

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