Shades of Seance #663272
Tints of Seance #663272
RGB
CMYK
RGB Variations
Color information
#663272 (or 0x663272) is known color: Seance. HEX triplet: 66, 32 and 72. RGB value is (102,50,114). Sum of RGB (Red+Green+Blue) = 102+50+114=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #663272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663272 is #99CD8D. Grayscale: #484848. Windows color (decimal): -10079630 or 7484006. OLE color: 7484006.
HSL color Cylindrical-coordinate representation of color #663272: hue angle of 288.75º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #663272 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 50 | 114 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.55 |
| HSL | 288.75º | 0.39% | 0.32% | - |
| HSV(B) | 288.75º | 0.56% | 0.45% | - |
| XYZ | 9.66 | 6.32 | 16.63 | - |
| YUV | 72.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 114 | 0.11 | 0.56 | 0 | 0.55 | 288.75 | 0.39 | 0.32 |
| Hex | 66 | 32 | 72 | B | 38 | 0 | 37 | 121 | 27 | 20 |
| Octal | 146 | 62 | 162 | 13 | 70 | 0 | 67 | 441 | 47 | 40 |
| Binary | 1100110 | 110010 | 1110010 | 1011 | 111000 | 0 | 110111 | 100100001 | 100111 | 100000 |
Color Harmonies of #663272
Complementary color
Monochromatic Colors of #663272
Black with #663272
Text Example
Text Example
White with #663272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663272; }
p { color: rgb(102,50,114); }
H1.HeaderClassName
{
color: #663272;
}
.AnyTagClassName
{
color: #663272;
}
</style>
background-color css
<style>
a { background-color: #663272; }
a { background-color: rgb(102,50,114); }
div.DivClassName
{
background-color: #663272;
}
.BgClassName
{
background-color: #663272;
}
</style>
border-color css
<style>
span { border-color: #663272; }
span { border-color: rgb(102,50,114); }
td.TdClassName
{
border-color: #663272;
}
.TagClassName
{
border-color: #663272;
}
</style>