#661563

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

Shades of Palatinate Purple #661563

Tints of Palatinate Purple #661563

Color information

#661563 (or 0x661563) is unknown color: approx Palatinate Purple. HEX triplet: 66, 15 and 63. RGB value is (102,21,99). Sum of RGB (Red+Green+Blue) = 102+21+99=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #661563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661563 is #99EA9C. Grayscale: #353535. Windows color (decimal): -10087069 or 6493542. OLE color: 6493542.

HSL color Cylindrical-coordinate representation of color #661563: hue angle of 302.22º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #661563 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB1022199-
CMYK00.790.030.6
HSL302.22º65.85%24.12%-
HSV(B)302.22º79.41%40%-
XYZ84.2612.21-
YUV54.11153.34162.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 21 (8.59% from 255) = 9.46%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=45.95%
G=9.46%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102219900.790.030.6302.2265.8524.12
Hex66156304F33C12e4218
Octal14625143011737445610230
Binary11001101010111000110100111111111100100101110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661563; }

 p { color: rgb(102,21,99); }

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

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

 a { background-color: rgb(102,21,99); }

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

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

 span { border-color: rgb(102,21,99); }

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