#653859

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

Shades of Palatinate Purple #653859

Tints of Palatinate Purple #653859

Color information

#653859 (or 0x653859) is unknown color: approx Palatinate Purple. HEX triplet: 65, 38 and 59. RGB value is (101,56,89). Sum of RGB (Red+Green+Blue) = 101+56+89=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #653859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653859 is #9AC7A6. Grayscale: #494949. Windows color (decimal): -10143655 or 5847141. OLE color: 5847141.

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

Color convert

RGB1015689-
CMYK00.450.120.60
HSL316º28.66%30.78%-
HSV(B)316º44.55%39.61%-
XYZ8.586.3210.22-
YUV73.22136.91147.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.06%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=41.06%
G=22.76%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101568900.450.120.6031628.6630.78
Hex65385902DC3C13c1d1f
Octal1457013105514744743537
Binary11001011110001011001010110111001111001001111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653859; }

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

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

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

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

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

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

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

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