#663072

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

Shades of Seance #663072

Tints of Seance #663072

Color information

#663072 (or 0x663072) is unknown color: approx Seance. HEX triplet: 66, 30 and 72. RGB value is (102,48,114). Sum of RGB (Red+Green+Blue) = 102+48+114=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #663072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663072 is #99CF8D. Grayscale: #474747. Windows color (decimal): -10080142 or 7483494. OLE color: 7483494.

HSL color Cylindrical-coordinate representation of color #663072: hue angle of 289.09º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #663072 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10248114-
CMYK0.110.5800.55
HSL289.09º40.74%31.76%-
HSV(B)289.09º57.89%44.71%-
XYZ9.576.1516.6-
YUV71.67151.89149.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.64%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 114 (44.92% from 255) = 43.18%
R=38.64%
G=18.18%
B=43.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102481140.110.5800.55289.0940.7431.76
Hex663072B3A0371212920
Octal1466016213720674415140
Binary1100110110000111001010111110100110111100100001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663072; }

 p { color: rgb(102,48,114); }

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

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

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

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

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

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

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