Shades of Seance #631C77
Tints of Seance #631C77
RGB
CMYK
RGB Variations
Color information
#631C77 (or 0x631C77) is known color: Seance. HEX triplet: 63, 1C and 77. RGB value is (99,28,119). Sum of RGB (Red+Green+Blue) = 99+28+119=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #631C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631C77 is #9CE388. Grayscale: #3B3B3B. Windows color (decimal): -10281865 or 7806051. OLE color: 7806051.
HSL color Cylindrical-coordinate representation of color #631C77: hue angle of 286.81º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631C77 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 28 | 119 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.53 |
| HSL | 286.81º | 0.62% | 0.29% | - |
| HSV(B) | 286.81º | 0.76% | 0.47% | - |
| XYZ | 8.89 | 4.82 | 17.91 | - |
| YUV | 59.6 | 161.52 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 119 | 0.17 | 0.76 | 0 | 0.53 | 286.81 | 0.62 | 0.29 |
| Hex | 63 | 1C | 77 | 11 | 4C | 0 | 35 | 11F | 3E | 1D |
| Octal | 143 | 34 | 167 | 21 | 114 | 0 | 65 | 437 | 76 | 35 |
| Binary | 1100011 | 11100 | 1110111 | 10001 | 1001100 | 0 | 110101 | 100011111 | 111110 | 11101 |
Color Harmonies of #631C77
Complementary color
Monochromatic Colors of #631C77
Black with #631C77
Text Example
Text Example
White with #631C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631C77; }
p { color: rgb(99,28,119); }
H1.HeaderClassName
{
color: #631C77;
}
.AnyTagClassName
{
color: #631C77;
}
</style>
background-color css
<style>
a { background-color: #631C77; }
a { background-color: rgb(99,28,119); }
div.DivClassName
{
background-color: #631C77;
}
.BgClassName
{
background-color: #631C77;
}
</style>
border-color css
<style>
span { border-color: #631C77; }
span { border-color: rgb(99,28,119); }
td.TdClassName
{
border-color: #631C77;
}
.TagClassName
{
border-color: #631C77;
}
</style>