#652166

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

Shades of Palatinate Purple #652166

Tints of Palatinate Purple #652166

Color information

#652166 (or 0x652166) is unknown color: approx Palatinate Purple. HEX triplet: 65, 21 and 66. RGB value is (101,33,102). Sum of RGB (Red+Green+Blue) = 101+33+102=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #652166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652166 is #9ADE99. Grayscale: #3C3C3C. Windows color (decimal): -10149530 or 6693221. OLE color: 6693221.

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

Color convert

RGB10133102-
CMYK0.010.6800.6
HSL299.13º51.11%26.47%-
HSV(B)299.13º67.65%40%-
XYZ8.314.8113.06-
YUV61.2151.03156.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.80%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 102 (40.23% from 255) = 43.22%
R=42.80%
G=13.98%
B=43.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101331020.010.6800.6299.1351.1126.47
Hex65216614403C12b331a
Octal1454114611040744536332
Binary1100101100001110011011000100011110010010101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652166; }

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

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

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

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

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

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

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

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