#651664

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

Shades of Palatinate Purple #651664

Tints of Palatinate Purple #651664

Color information

#651664 (or 0x651664) is unknown color: approx Palatinate Purple. HEX triplet: 65, 16 and 64. RGB value is (101,22,100). Sum of RGB (Red+Green+Blue) = 101+22+100=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #651664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651664 is #9AE99B. Grayscale: #363636. Windows color (decimal): -10152348 or 6559333. OLE color: 6559333.

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

Color convert

RGB10122100-
CMYK00.780.010.60
HSL300.76º64.23%24.12%-
HSV(B)300.76º78.22%39.61%-
XYZ7.954.2612.46-
YUV54.51153.67161.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.29%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=45.29%
G=9.87%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1012210000.780.010.60300.7664.2324.12
Hex65166404E13C12d4018
Octal14526144011617445510030
Binary1100101101101100100010011101111100100101101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651664; }

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

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

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

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

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

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

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

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