#651066

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

Shades of Palatinate Purple #651066

Tints of Palatinate Purple #651066

Color information

#651066 (or 0x651066) is unknown color: approx Palatinate Purple. HEX triplet: 65, 10 and 66. RGB value is (101,16,102). Sum of RGB (Red+Green+Blue) = 101+16+102=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #651066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651066 is #9AEF99. Grayscale: #323232. Windows color (decimal): -10153882 or 6688869. OLE color: 6688869.

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

Color convert

RGB10116102-
CMYK0.010.8400.6
HSL299.3º72.88%23.14%-
HSV(B)299.3º84.31%40%-
XYZ7.954.112.94-
YUV51.22156.66163.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.12%
GREEN value IS 16 (6.64% from 255) = 7.31%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=46.12%
G=7.31%
B=46.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101161020.010.8400.6299.372.8823.14
Hex65106615403C12b4917
Octal14520146112407445311127
Binary1100101100001100110110101000111100100101011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651066; }

 p { color: rgb(101,16,102); }

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

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

 a { background-color: rgb(101,16,102); }

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

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

 span { border-color: rgb(101,16,102); }

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