#661D71

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

Shades of Seance #661D71

Tints of Seance #661D71

Color information

#661D71 (or 0x661D71) is unknown color: approx Seance. HEX triplet: 66, 1D and 71. RGB value is (102,29,113). Sum of RGB (Red+Green+Blue) = 102+29+113=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #661D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661D71 is #99E28E. Grayscale: #3C3C3C. Windows color (decimal): -10085007 or 7413094. OLE color: 7413094.

HSL color Cylindrical-coordinate representation of color #661D71: hue angle of 292.14º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #661D71 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10229113-
CMYK0.100.7400.56
HSL292.14º59.15%27.84%-
HSV(B)292.14º74.34%44.31%-
XYZ8.94.916.1-
YUV60.4157.68157.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.80%
GREEN value IS 29 (11.72% from 255) = 11.89%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=41.80%
G=11.89%
B=46.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102291130.100.7400.56292.1459.1527.84
Hex661D71A4A0381243b1c
Octal14635161121120704447334
Binary110011011101111000110101001010011100010010010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661D71; }

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

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

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

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

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

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

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

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