#652066

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

Shades of Palatinate Purple #652066

Tints of Palatinate Purple #652066

Color information

#652066 (or 0x652066) is unknown color: approx Palatinate Purple. HEX triplet: 65, 20 and 66. RGB value is (101,32,102). Sum of RGB (Red+Green+Blue) = 101+32+102=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #652066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652066 is #9ADF99. Grayscale: #3C3C3C. Windows color (decimal): -10149786 or 6692965. OLE color: 6692965.

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

Color convert

RGB10132102-
CMYK0.010.6900.6
HSL299.14º52.24%26.27%-
HSV(B)299.14º68.63%40%-
XYZ8.284.7613.05-
YUV60.61151.36156.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.98%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 102 (40.23% from 255) = 43.40%
R=42.98%
G=13.62%
B=43.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101321020.010.6900.6299.1452.2426.27
Hex65206614503C12b341a
Octal1454014611050744536432
Binary1100101100000110011011000101011110010010101111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652066; }

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

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

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

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

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

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

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

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