#660763

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

Shades of Palatinate Purple #660763

Tints of Palatinate Purple #660763

Color information

#660763 (or 0x660763) is unknown color: approx Palatinate Purple. HEX triplet: 66, 07 and 63. RGB value is (102,7,99). Sum of RGB (Red+Green+Blue) = 102+7+99=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #660763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660763 is #99F89C. Grayscale: #2D2D2D. Windows color (decimal): -10090653 or 6489958. OLE color: 6489958.

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

Color convert

RGB102799-
CMYK00.930.030.6
HSL301.89º87.16%21.37%-
HSV(B)301.89º93.14%40%-
XYZ7.813.8812.14-
YUV45.89157.97168.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 7 (3.12% from 255) = 3.37%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=49.04%
G=3.37%
B=47.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10279900.930.030.6301.8987.1621.37
Hex6676305D33C12e5715
Octal1467143013537445612725
Binary110011011111000110101110111111100100101110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660763; }

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

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

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

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

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

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

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

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