#661D64

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

Shades of Palatinate Purple #661D64

Tints of Palatinate Purple #661D64

Color information

#661D64 (or 0x661D64) is unknown color: approx Palatinate Purple. HEX triplet: 66, 1D and 64. RGB value is (102,29,100). Sum of RGB (Red+Green+Blue) = 102+29+100=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #661D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661D64 is #99E29B. Grayscale: #3A3A3A. Windows color (decimal): -10085020 or 6561126. OLE color: 6561126.

HSL color Cylindrical-coordinate representation of color #661D64: hue angle of 301.64º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #661D64 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB10229100-
CMYK00.720.020.6
HSL301.64º55.73%25.69%-
HSV(B)301.64º71.57%40%-
XYZ8.224.6212.52-
YUV58.92151.18158.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 29 (11.72% from 255) = 12.55%
BLUE value IS 100 (39.45% from 255) = 43.29%
R=44.16%
G=12.55%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1022910000.720.020.6301.6455.7325.69
Hex661D6404823C12e381a
Octal1463514401102744567032
Binary1100110111011100100010010001011110010010111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661D64; }

 p { color: rgb(102,29,100); }

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

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

 a { background-color: rgb(102,29,100); }

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

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

 span { border-color: rgb(102,29,100); }

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