#663763

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

Shades of Palatinate Purple #663763

Tints of Palatinate Purple #663763

Color information

#663763 (or 0x663763) is unknown color: approx Palatinate Purple. HEX triplet: 66, 37 and 63. RGB value is (102,55,99). Sum of RGB (Red+Green+Blue) = 102+55+99=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #663763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663763 is #99C89C. Grayscale: #494949. Windows color (decimal): -10078365 or 6502246. OLE color: 6502246.

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

Color convert

RGB1025599-
CMYK00.460.030.6
HSL303.83º29.94%30.78%-
HSV(B)303.83º46.08%40%-
XYZ9.16.4612.57-
YUV74.07142.07147.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=39.84%
G=21.48%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102559900.460.030.6303.8329.9430.78
Hex66376302E33C1301e1f
Octal146671430563744603637
Binary110011011011111000110101110111111001001100001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663763; }

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

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

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

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

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

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

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

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