Shades of Seance #631479
Tints of Seance #631479
RGB
CMYK
RGB Variations
Color information
#631479 (or 0x631479) is known color: Seance. HEX triplet: 63, 14 and 79. RGB value is (99,20,121). Sum of RGB (Red+Green+Blue) = 99+20+121=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #631479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631479 is #9CEB86. Grayscale: #363636. Windows color (decimal): -10283911 or 7935075. OLE color: 7935075.
HSL color Cylindrical-coordinate representation of color #631479: hue angle of 286.93º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631479 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 20 | 121 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.53 |
| HSL | 286.93º | 0.72% | 0.28% | - |
| HSV(B) | 286.93º | 0.83% | 0.47% | - |
| XYZ | 8.85 | 4.53 | 18.5 | - |
| YUV | 55.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 121 | 0.18 | 0.83 | 0 | 0.53 | 286.93 | 0.72 | 0.28 |
| Hex | 63 | 14 | 79 | 12 | 53 | 0 | 35 | 11F | 48 | 1C |
| Octal | 143 | 24 | 171 | 22 | 123 | 0 | 65 | 437 | 110 | 34 |
| Binary | 1100011 | 10100 | 1111001 | 10010 | 1010011 | 0 | 110101 | 100011111 | 1001000 | 11100 |
Color Harmonies of #631479
Complementary color
Monochromatic Colors of #631479
Black with #631479
Text Example
Text Example
White with #631479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631479; }
p { color: rgb(99,20,121); }
H1.HeaderClassName
{
color: #631479;
}
.AnyTagClassName
{
color: #631479;
}
</style>
background-color css
<style>
a { background-color: #631479; }
a { background-color: rgb(99,20,121); }
div.DivClassName
{
background-color: #631479;
}
.BgClassName
{
background-color: #631479;
}
</style>
border-color css
<style>
span { border-color: #631479; }
span { border-color: rgb(99,20,121); }
td.TdClassName
{
border-color: #631479;
}
.TagClassName
{
border-color: #631479;
}
</style>