Shades of Seance #63227B
Tints of Seance #63227B
RGB
CMYK
RGB Variations
Color information
#63227B (or 0x63227B) is known color: Seance. HEX triplet: 63, 22 and 7B. RGB value is (99,34,123). Sum of RGB (Red+Green+Blue) = 99+34+123=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #63227B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63227B is #9CDD84. Grayscale: #3F3F3F. Windows color (decimal): -10280325 or 8069731. OLE color: 8069731.
HSL color Cylindrical-coordinate representation of color #63227B: hue angle of 283.82º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63227B is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 34 | 123 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.52 |
| HSL | 283.82º | 0.57% | 0.31% | - |
| HSV(B) | 283.82º | 0.72% | 0.48% | - |
| XYZ | 9.29 | 5.23 | 19.26 | - |
| YUV | 63.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 123 | 0.20 | 0.72 | 0 | 0.52 | 283.82 | 0.57 | 0.31 |
| Hex | 63 | 22 | 7B | 14 | 48 | 0 | 34 | 11C | 39 | 1F |
| Octal | 143 | 42 | 173 | 24 | 110 | 0 | 64 | 434 | 71 | 37 |
| Binary | 1100011 | 100010 | 1111011 | 10100 | 1001000 | 0 | 110100 | 100011100 | 111001 | 11111 |
Color Harmonies of #63227B
Complementary color
Monochromatic Colors of #63227B
Black with #63227B
Text Example
Text Example
White with #63227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63227B; }
p { color: rgb(99,34,123); }
H1.HeaderClassName
{
color: #63227B;
}
.AnyTagClassName
{
color: #63227B;
}
</style>
background-color css
<style>
a { background-color: #63227B; }
a { background-color: rgb(99,34,123); }
div.DivClassName
{
background-color: #63227B;
}
.BgClassName
{
background-color: #63227B;
}
</style>
border-color css
<style>
span { border-color: #63227B; }
span { border-color: rgb(99,34,123); }
td.TdClassName
{
border-color: #63227B;
}
.TagClassName
{
border-color: #63227B;
}
</style>