#651166

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

Shades of Palatinate Purple #651166

Tints of Palatinate Purple #651166

Color information

#651166 (or 0x651166) is unknown color: approx Palatinate Purple. HEX triplet: 65, 11 and 66. RGB value is (101,17,102). Sum of RGB (Red+Green+Blue) = 101+17+102=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #651166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651166 is #9AEE99. Grayscale: #333333. Windows color (decimal): -10153626 or 6689125. OLE color: 6689125.

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

Color convert

RGB10117102-
CMYK0.010.8300.6
HSL299.29º71.43%23.33%-
HSV(B)299.29º83.33%40%-
XYZ7.974.1312.95-
YUV51.81156.33163.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 17 (7.03% from 255) = 7.73%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=45.91%
G=7.73%
B=46.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101171020.010.8300.6299.2971.4323.33
Hex65116615303C12b4717
Octal14521146112307445310727
Binary1100101100011100110110100110111100100101011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651166; }

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

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

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

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

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

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

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

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