#652764

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

Shades of Palatinate Purple #652764

Tints of Palatinate Purple #652764

Color information

#652764 (or 0x652764) is unknown color: approx Palatinate Purple. HEX triplet: 65, 27 and 64. RGB value is (101,39,100). Sum of RGB (Red+Green+Blue) = 101+39+100=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 101 - color contains mainly: red. Hex color #652764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652764 is #9AD89B. Grayscale: #404040. Windows color (decimal): -10147996 or 6563685. OLE color: 6563685.

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

Color convert

RGB10139100-
CMYK00.610.010.60
HSL300.97º44.29%27.45%-
HSV(B)300.97º61.39%39.61%-
XYZ8.395.1412.61-
YUV64.49148.04154.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.08%
GREEN value IS 39 (15.62% from 255) = 16.25%
BLUE value IS 100 (39.45% from 255) = 41.67%
R=42.08%
G=16.25%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1013910000.610.010.60300.9744.2927.45
Hex65276403D13C12d2c1b
Octal145471440751744555433
Binary110010110011111001000111101111110010010110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652764; }

 p { color: rgb(101,39,100); }

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

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

 a { background-color: rgb(101,39,100); }

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

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

 span { border-color: rgb(101,39,100); }

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