#661B82

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

Shades of Seance #661B82

Tints of Seance #661B82

Color information

#661B82 (or 0x661B82) is unknown color: approx Seance. HEX triplet: 66, 1B and 82. RGB value is (102,27,130). Sum of RGB (Red+Green+Blue) = 102+27+130=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #661B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661B82 is #99E47D. Grayscale: #3C3C3C. Windows color (decimal): -10085502 or 8526694. OLE color: 8526694.

HSL color Cylindrical-coordinate representation of color #661B82: hue angle of 283.69º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #661B82 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10227130-
CMYK0.220.7900.49
HSL283.69º65.61%30.78%-
HSV(B)283.69º79.23%50.98%-
XYZ9.95.2221.6-
YUV61.17166.85157.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.38%
GREEN value IS 27 (10.94% from 255) = 10.42%
BLUE value IS 130 (51.17% from 255) = 50.19%
R=39.38%
G=10.42%
B=50.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102271300.220.7900.49283.6965.6130.78
Hex661B82164F03111c421f
Octal146332022611706143410237
Binary110011011011100000101011010011110110001100011100100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,27,130); }

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

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

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

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

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

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

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