Shades of Seance #662371
Tints of Seance #662371
RGB
CMYK
RGB Variations
Color information
#662371 (or 0x662371) is known color: Seance. HEX triplet: 66, 23 and 71. RGB value is (102,35,113). Sum of RGB (Red+Green+Blue) = 102+35+113=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #662371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662371 is #99DC8E. Grayscale: #3F3F3F. Windows color (decimal): -10083471 or 7414630. OLE color: 7414630.
HSL color Cylindrical-coordinate representation of color #662371: hue angle of 291.54º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662371 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 35 | 113 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.56 |
| HSL | 291.54º | 0.53% | 0.29% | - |
| HSV(B) | 291.54º | 0.69% | 0.44% | - |
| XYZ | 9.06 | 5.22 | 16.15 | - |
| YUV | 63.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 35 | 113 | 0.10 | 0.69 | 0 | 0.56 | 291.54 | 0.53 | 0.29 |
| Hex | 66 | 23 | 71 | A | 45 | 0 | 38 | 124 | 35 | 1D |
| Octal | 146 | 43 | 161 | 12 | 105 | 0 | 70 | 444 | 65 | 35 |
| Binary | 1100110 | 100011 | 1110001 | 1010 | 1000101 | 0 | 111000 | 100100100 | 110101 | 11101 |
Color Harmonies of #662371
Complementary color
Monochromatic Colors of #662371
Black with #662371
Text Example
Text Example
White with #662371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662371; }
p { color: rgb(102,35,113); }
H1.HeaderClassName
{
color: #662371;
}
.AnyTagClassName
{
color: #662371;
}
</style>
background-color css
<style>
a { background-color: #662371; }
a { background-color: rgb(102,35,113); }
div.DivClassName
{
background-color: #662371;
}
.BgClassName
{
background-color: #662371;
}
</style>
border-color css
<style>
span { border-color: #662371; }
span { border-color: rgb(102,35,113); }
td.TdClassName
{
border-color: #662371;
}
.TagClassName
{
border-color: #662371;
}
</style>