#663364

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

Shades of Palatinate Purple #663364

Tints of Palatinate Purple #663364

Color information

#663364 (or 0x663364) is unknown color: approx Palatinate Purple. HEX triplet: 66, 33 and 64. RGB value is (102,51,100). Sum of RGB (Red+Green+Blue) = 102+51+100=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #663364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663364 is #99CC9B. Grayscale: #474747. Windows color (decimal): -10079388 or 6566758. OLE color: 6566758.

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

Color convert

RGB10251100-
CMYK00.50.020.6
HSL302.35º33.33%30%-
HSV(B)302.35º50%40%-
XYZ8.966.1112.76-
YUV71.83143.9149.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 100 (39.45% from 255) = 39.53%
R=40.32%
G=20.16%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1025110000.50.020.6302.3533.3330
Hex66336403223C12e211e
Octal146631440622744564136
Binary1100110110011110010001100101011110010010111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663364; }

 p { color: rgb(102,51,100); }

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

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

 a { background-color: rgb(102,51,100); }

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

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

 span { border-color: rgb(102,51,100); }

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