#650664

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

Shades of Palatinate Purple #650664

Tints of Palatinate Purple #650664

Color information

#650664 (or 0x650664) is unknown color: approx Palatinate Purple. HEX triplet: 65, 06 and 64. RGB value is (101,6,100). Sum of RGB (Red+Green+Blue) = 101+6+100=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #650664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650664 is #9AF99B. Grayscale: #2C2C2C. Windows color (decimal): -10156444 or 6555237. OLE color: 6555237.

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

Color convert

RGB1016100-
CMYK00.940.010.60
HSL300.63º88.79%20.98%-
HSV(B)300.63º94.06%39.61%-
XYZ7.733.8212.39-
YUV45.12158.97167.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.79%
GREEN value IS 6 (2.73% from 255) = 2.90%
BLUE value IS 100 (39.45% from 255) = 48.31%
R=48.79%
G=2.90%
B=48.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101610000.940.010.60300.6388.7920.98
Hex6566405E13C12d5915
Octal1456144013617445513125
Binary11001011101100100010111101111100100101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650664; }

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

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

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

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

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

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

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

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