#661C65

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

Shades of Palatinate Purple #661C65

Tints of Palatinate Purple #661C65

Color information

#661C65 (or 0x661C65) is unknown color: approx Palatinate Purple. HEX triplet: 66, 1C and 65. RGB value is (102,28,101). Sum of RGB (Red+Green+Blue) = 102+28+101=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #661C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661C65 is #99E39A. Grayscale: #3A3A3A. Windows color (decimal): -10085275 or 6626406. OLE color: 6626406.

HSL color Cylindrical-coordinate representation of color #661C65: hue angle of 300.81º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #661C65 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB10228101-
CMYK00.730.010.6
HSL300.81º56.92%25.49%-
HSV(B)300.81º72.55%40%-
XYZ8.244.5912.76-
YUV58.45152.02159.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=44.16%
G=12.12%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1022810100.730.010.6300.8156.9225.49
Hex661C6504913C12d3919
Octal1463414501111744557131
Binary110011011100110010101001001111110010010110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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