#662971

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

Shades of Seance #662971

Tints of Seance #662971

Color information

#662971 (or 0x662971) is unknown color: approx Seance. HEX triplet: 66, 29 and 71. RGB value is (102,41,113). Sum of RGB (Red+Green+Blue) = 102+41+113=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #662971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662971 is #99D68E. Grayscale: #434343. Windows color (decimal): -10081935 or 7416166. OLE color: 7416166.

HSL color Cylindrical-coordinate representation of color #662971: hue angle of 290.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #662971 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10241113-
CMYK0.100.6400.56
HSL290.83º46.75%30.2%-
HSV(B)290.83º63.72%44.31%-
XYZ9.255.616.22-
YUV67.45153.71152.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=39.84%
G=16.02%
B=44.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102411130.100.6400.56290.8346.7530.2
Hex662971A400381232f1e
Octal14651161121000704435736
Binary1100110101001111000110101000000011100010010001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662971; }

 p { color: rgb(102,41,113); }

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

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

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

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

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

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

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