#652560

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

Shades of Palatinate Purple #652560

Tints of Palatinate Purple #652560

Color information

#652560 (or 0x652560) is unknown color: approx Palatinate Purple. HEX triplet: 65, 25 and 60. RGB value is (101,37,96). Sum of RGB (Red+Green+Blue) = 101+37+96=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 101 - color contains mainly: red. Hex color #652560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652560 is #9ADA9F. Grayscale: #3E3E3E. Windows color (decimal): -10148512 or 6301029. OLE color: 6301029.

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

Color convert

RGB1013796-
CMYK00.630.050.60
HSL304.69º46.38%27.06%-
HSV(B)304.69º63.37%39.61%-
XYZ8.144.9311.59-
YUV62.86146.7155.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.16%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=43.16%
G=15.81%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101379600.630.050.60304.6946.3827.06
Hex65256003F53C1312e1b
Octal145451400775744615633
Binary11001011001011100000011111110111110010011000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652560; }

 p { color: rgb(101,37,96); }

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

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

 a { background-color: rgb(101,37,96); }

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

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

 span { border-color: rgb(101,37,96); }

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