Shades of Seance #63267D
Tints of Seance #63267D
RGB
CMYK
RGB Variations
Color information
#63267D (or 0x63267D) is known color: Seance. HEX triplet: 63, 26 and 7D. RGB value is (99,38,125). Sum of RGB (Red+Green+Blue) = 99+38+125=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #63267D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63267D is #9CD982. Grayscale: #414141. Windows color (decimal): -10279299 or 8201827. OLE color: 8201827.
HSL color Cylindrical-coordinate representation of color #63267D: hue angle of 282.07º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63267D is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 38 | 125 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.51 |
| HSL | 282.07º | 0.53% | 0.32% | - |
| HSV(B) | 282.07º | 0.7% | 0.49% | - |
| XYZ | 9.54 | 5.52 | 19.96 | - |
| YUV | 66.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 125 | 0.21 | 0.70 | 0 | 0.51 | 282.07 | 0.53 | 0.32 |
| Hex | 63 | 26 | 7D | 15 | 46 | 0 | 33 | 11A | 35 | 20 |
| Octal | 143 | 46 | 175 | 25 | 106 | 0 | 63 | 432 | 65 | 40 |
| Binary | 1100011 | 100110 | 1111101 | 10101 | 1000110 | 0 | 110011 | 100011010 | 110101 | 100000 |
Color Harmonies of #63267D
Complementary color
Monochromatic Colors of #63267D
Black with #63267D
Text Example
Text Example
White with #63267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63267D; }
p { color: rgb(99,38,125); }
H1.HeaderClassName
{
color: #63267D;
}
.AnyTagClassName
{
color: #63267D;
}
</style>
background-color css
<style>
a { background-color: #63267D; }
a { background-color: rgb(99,38,125); }
div.DivClassName
{
background-color: #63267D;
}
.BgClassName
{
background-color: #63267D;
}
</style>
border-color css
<style>
span { border-color: #63267D; }
span { border-color: rgb(99,38,125); }
td.TdClassName
{
border-color: #63267D;
}
.TagClassName
{
border-color: #63267D;
}
</style>