#651464

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

Shades of Palatinate Purple #651464

Tints of Palatinate Purple #651464

Color information

#651464 (or 0x651464) is unknown color: approx Palatinate Purple. HEX triplet: 65, 14 and 64. RGB value is (101,20,100). Sum of RGB (Red+Green+Blue) = 101+20+100=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #651464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651464 is #9AEB9B. Grayscale: #353535. Windows color (decimal): -10152860 or 6558821. OLE color: 6558821.

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

Color convert

RGB10120100-
CMYK00.800.010.60
HSL300.74º66.94%23.73%-
HSV(B)300.74º80.2%39.61%-
XYZ7.924.1912.45-
YUV53.34154.34162-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.70%
GREEN value IS 20 (8.20% from 255) = 9.05%
BLUE value IS 100 (39.45% from 255) = 45.25%
R=45.70%
G=9.05%
B=45.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1012010000.800.010.60300.7466.9423.73
Hex65146405013C12d4318
Octal14524144012017445510330
Binary1100101101001100100010100001111100100101101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651464; }

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

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

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

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

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

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

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

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