Shades of Seance #632D67
Tints of Seance #632D67
RGB
CMYK
RGB Variations
Color information
#632D67 (or 0x632D67) is known color: Seance. HEX triplet: 63, 2D and 67. RGB value is (99,45,103). Sum of RGB (Red+Green+Blue) = 99+45+103=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #632D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632D67 is #9CD298. Grayscale: #434343. Windows color (decimal): -10277529 or 6761827. OLE color: 6761827.
HSL color Cylindrical-coordinate representation of color #632D67: hue angle of 295.86º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #632D67 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 45 | 103 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.60 |
| HSL | 295.86º | 0.39% | 0.29% | - |
| HSV(B) | 295.86º | 0.56% | 0.4% | - |
| XYZ | 8.53 | 5.51 | 13.45 | - |
| YUV | 67.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 103 | 0.04 | 0.56 | 0 | 0.60 | 295.86 | 0.39 | 0.29 |
| Hex | 63 | 2D | 67 | 4 | 38 | 0 | 3C | 128 | 27 | 1D |
| Octal | 143 | 55 | 147 | 4 | 70 | 0 | 74 | 450 | 47 | 35 |
| Binary | 1100011 | 101101 | 1100111 | 100 | 111000 | 0 | 111100 | 100101000 | 100111 | 11101 |
Color Harmonies of #632D67
Complementary color
Monochromatic Colors of #632D67
Black with #632D67
Text Example
Text Example
White with #632D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D67; }
p { color: rgb(99,45,103); }
H1.HeaderClassName
{
color: #632D67;
}
.AnyTagClassName
{
color: #632D67;
}
</style>
background-color css
<style>
a { background-color: #632D67; }
a { background-color: rgb(99,45,103); }
div.DivClassName
{
background-color: #632D67;
}
.BgClassName
{
background-color: #632D67;
}
</style>
border-color css
<style>
span { border-color: #632D67; }
span { border-color: rgb(99,45,103); }
td.TdClassName
{
border-color: #632D67;
}
.TagClassName
{
border-color: #632D67;
}
</style>