#661C71

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

Shades of Seance #661C71

Tints of Seance #661C71

Color information

#661C71 (or 0x661C71) is unknown color: approx Seance. HEX triplet: 66, 1C and 71. RGB value is (102,28,113). Sum of RGB (Red+Green+Blue) = 102+28+113=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #661C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661C71 is #99E38E. Grayscale: #3B3B3B. Windows color (decimal): -10085263 or 7412838. OLE color: 7412838.

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

Color convert

RGB10228113-
CMYK0.100.7500.56
HSL292.24º60.28%27.65%-
HSV(B)292.24º75.22%44.31%-
XYZ8.884.8516.09-
YUV59.82158.02158.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 28 (11.33% from 255) = 11.52%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=41.98%
G=11.52%
B=46.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102281130.100.7500.56292.2460.2827.65
Hex661C71A4B0381243c1c
Octal14634161121130704447434
Binary110011011100111000110101001011011100010010010011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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