#661753

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

Shades of Palatinate Purple #661753

Tints of Palatinate Purple #661753

Color information

#661753 (or 0x661753) is unknown color: approx Palatinate Purple. HEX triplet: 66, 17 and 53. RGB value is (102,23,83). Sum of RGB (Red+Green+Blue) = 102+23+83=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #661753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661753 is #99E8AC. Grayscale: #353535. Windows color (decimal): -10086573 or 5445478. OLE color: 5445478.

HSL color Cylindrical-coordinate representation of color #661753: hue angle of 314.43º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #661753 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB1022383-
CMYK00.770.190.6
HSL314.43º63.2%24.51%-
HSV(B)314.43º77.45%40%-
XYZ7.354.068.58-
YUV53.46144.67162.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=49.04%
G=11.06%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102238300.770.190.6314.4363.224.51
Hex66175304D133C13a3f19
Octal14627123011523744727731
Binary1100110101111010011010011011001111110010011101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661753; }

 p { color: rgb(102,23,83); }

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

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

 a { background-color: rgb(102,23,83); }

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

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

 span { border-color: rgb(102,23,83); }

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