#660161

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

Shades of Palatinate Purple #660161

Tints of Palatinate Purple #660161

Color information

#660161 (or 0x660161) is unknown color: approx Palatinate Purple. HEX triplet: 66, 01 and 61. RGB value is (102,1,97). Sum of RGB (Red+Green+Blue) = 102+1+97=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #660161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660161 is #99FE9E. Grayscale: #292929. Windows color (decimal): -10092191 or 6357350. OLE color: 6357350.

HSL color Cylindrical-coordinate representation of color #660161: hue angle of 302.97º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660161 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB102197-
CMYK00.990.050.6
HSL302.97º98.06%20.2%-
HSV(B)302.97º99.02%40%-
XYZ7.653.7111.62-
YUV42.14158.96170.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 97 (38.28% from 255) = 48.5%
R=51%
G=0.5%
B=48.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10219700.990.050.6302.9798.0620.2
Hex6616106353C12f6214
Octal1461141014357445714224
Binary11001101110000101100011101111100100101111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660161; }

 p { color: rgb(102,1,97); }

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

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

 a { background-color: rgb(102,1,97); }

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

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

 span { border-color: rgb(102,1,97); }

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