#651264

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

Shades of Palatinate Purple #651264

Tints of Palatinate Purple #651264

Color information

#651264 (or 0x651264) is unknown color: approx Palatinate Purple. HEX triplet: 65, 12 and 64. RGB value is (101,18,100). Sum of RGB (Red+Green+Blue) = 101+18+100=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #651264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651264 is #9AED9B. Grayscale: #333333. Windows color (decimal): -10153372 or 6558309. OLE color: 6558309.

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

Color convert

RGB10118100-
CMYK00.820.010.60
HSL300.72º69.75%23.33%-
HSV(B)300.72º82.18%39.61%-
XYZ7.884.1212.44-
YUV52.16155162.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.12%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 100 (39.45% from 255) = 45.66%
R=46.12%
G=8.22%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1011810000.820.010.60300.7269.7523.33
Hex65126405213C12d4617
Octal14522144012217445510627
Binary1100101100101100100010100101111100100101101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651264; }

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

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

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

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

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

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

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

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