Shades of Seance #663274
Tints of Seance #663274
RGB
CMYK
RGB Variations
Color information
#663274 (or 0x663274) is known color: Seance. HEX triplet: 66, 32 and 74. RGB value is (102,50,116). Sum of RGB (Red+Green+Blue) = 102+50+116=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #663274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663274 is #99CD8B. Grayscale: #484848. Windows color (decimal): -10079628 or 7615078. OLE color: 7615078.
HSL color Cylindrical-coordinate representation of color #663274: hue angle of 287.27º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #663274 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 50 | 116 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.55 |
| HSL | 287.27º | 0.4% | 0.33% | - |
| HSV(B) | 287.27º | 0.57% | 0.45% | - |
| XYZ | 9.77 | 6.37 | 17.24 | - |
| YUV | 73.07 | 152.23 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 116 | 0.12 | 0.57 | 0 | 0.55 | 287.27 | 0.4 | 0.33 |
| Hex | 66 | 32 | 74 | C | 39 | 0 | 37 | 11F | 28 | 21 |
| Octal | 146 | 62 | 164 | 14 | 71 | 0 | 67 | 437 | 50 | 41 |
| Binary | 1100110 | 110010 | 1110100 | 1100 | 111001 | 0 | 110111 | 100011111 | 101000 | 100001 |
Color Harmonies of #663274
Complementary color
Monochromatic Colors of #663274
Black with #663274
Text Example
Text Example
White with #663274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663274; }
p { color: rgb(102,50,116); }
H1.HeaderClassName
{
color: #663274;
}
.AnyTagClassName
{
color: #663274;
}
</style>
background-color css
<style>
a { background-color: #663274; }
a { background-color: rgb(102,50,116); }
div.DivClassName
{
background-color: #663274;
}
.BgClassName
{
background-color: #663274;
}
</style>
border-color css
<style>
span { border-color: #663274; }
span { border-color: rgb(102,50,116); }
td.TdClassName
{
border-color: #663274;
}
.TagClassName
{
border-color: #663274;
}
</style>