#661463

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

Shades of Palatinate Purple #661463

Tints of Palatinate Purple #661463

Color information

#661463 (or 0x661463) is unknown color: approx Palatinate Purple. HEX triplet: 66, 14 and 63. RGB value is (102,20,99). Sum of RGB (Red+Green+Blue) = 102+20+99=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #661463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661463 is #99EB9C. Grayscale: #353535. Windows color (decimal): -10087325 or 6493286. OLE color: 6493286.

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

Color convert

RGB1022099-
CMYK00.800.030.6
HSL302.2º67.21%23.92%-
HSV(B)302.2º80.39%40%-
XYZ7.984.2312.2-
YUV53.52153.67162.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 20 (8.20% from 255) = 9.05%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=46.15%
G=9.05%
B=44.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102209900.800.030.6302.267.2123.92
Hex66146305033C12e4318
Octal14624143012037445610330
Binary11001101010011000110101000011111100100101110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661463; }

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

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

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

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

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

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

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

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