#663366

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

Shades of Seance #663366

Tints of Seance #663366

Color information

#663366 (or 0x663366) is unknown color: approx Seance. HEX triplet: 66, 33 and 66. RGB value is (102,51,102). Sum of RGB (Red+Green+Blue) = 102+51+102=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #663366 is a web safe color. Inversed color of #663366 is #99CC99. Grayscale: #474747. Windows color (decimal): -10079386 or 6697830. OLE color: 6697830.

HSL color Cylindrical-coordinate representation of color #663366: hue angle of 300º 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 #663366 is Cyan = 0, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10251102-
CMYK00.500.6
HSL300º33.33%30%-
HSV(B)300º50%40%-
XYZ9.066.1513.28-
YUV72.06144.9149.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 102 (40.23% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1025110200.500.630033.3330
Hex66336603203C12c211e
Octal146631460620744544136
Binary110011011001111001100110010011110010010110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663366; }

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

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

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

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

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

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

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

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