Shades of Seance #632B6A
Tints of Seance #632B6A
RGB
CMYK
RGB Variations
Color information
#632B6A (or 0x632B6A) is known color: Seance. HEX triplet: 63, 2B and 6A. RGB value is (99,43,106). Sum of RGB (Red+Green+Blue) = 99+43+106=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #632B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632B6A is #9CD495. Grayscale: #424242. Windows color (decimal): -10278038 or 6957923. OLE color: 6957923.
HSL color Cylindrical-coordinate representation of color #632B6A: hue angle of 293.33º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #632B6A is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 43 | 106 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.58 |
| HSL | 293.33º | 0.42% | 0.29% | - |
| HSV(B) | 293.33º | 0.59% | 0.42% | - |
| XYZ | 8.61 | 5.42 | 14.23 | - |
| YUV | 66.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 43 | 106 | 0.07 | 0.59 | 0 | 0.58 | 293.33 | 0.42 | 0.29 |
| Hex | 63 | 2B | 6A | 7 | 3B | 0 | 3A | 125 | 2A | 1D |
| Octal | 143 | 53 | 152 | 7 | 73 | 0 | 72 | 445 | 52 | 35 |
| Binary | 1100011 | 101011 | 1101010 | 111 | 111011 | 0 | 111010 | 100100101 | 101010 | 11101 |
Color Harmonies of #632B6A
Complementary color
Monochromatic Colors of #632B6A
Black with #632B6A
Text Example
Text Example
White with #632B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632B6A; }
p { color: rgb(99,43,106); }
H1.HeaderClassName
{
color: #632B6A;
}
.AnyTagClassName
{
color: #632B6A;
}
</style>
background-color css
<style>
a { background-color: #632B6A; }
a { background-color: rgb(99,43,106); }
div.DivClassName
{
background-color: #632B6A;
}
.BgClassName
{
background-color: #632B6A;
}
</style>
border-color css
<style>
span { border-color: #632B6A; }
span { border-color: rgb(99,43,106); }
td.TdClassName
{
border-color: #632B6A;
}
.TagClassName
{
border-color: #632B6A;
}
</style>