#653959

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

Shades of Palatinate Purple #653959

Tints of Palatinate Purple #653959

Color information

#653959 (or 0x653959) is unknown color: approx Palatinate Purple. HEX triplet: 65, 39 and 59. RGB value is (101,57,89). Sum of RGB (Red+Green+Blue) = 101+57+89=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #653959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653959 is #9AC6A6. Grayscale: #494949. Windows color (decimal): -10143399 or 5847397. OLE color: 5847397.

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

Color convert

RGB1015789-
CMYK00.440.120.60
HSL316.36º27.85%30.98%-
HSV(B)316.36º43.56%39.61%-
XYZ8.636.4110.23-
YUV73.8136.58147.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=40.89%
G=23.08%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101578900.440.120.60316.3627.8530.98
Hex65395902CC3C13c1c1f
Octal1457113105414744743437
Binary11001011110011011001010110011001111001001111001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653959; }

 p { color: rgb(101,57,89); }

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

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

 a { background-color: rgb(101,57,89); }

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

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

 span { border-color: rgb(101,57,89); }

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