Shades of Seance #632075
Tints of Seance #632075
RGB
CMYK
RGB Variations
Color information
#632075 (or 0x632075) is known color: Seance. HEX triplet: 63, 20 and 75. RGB value is (99,32,117). Sum of RGB (Red+Green+Blue) = 99+32+117=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #632075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632075 is #9CDF8A. Grayscale: #3D3D3D. Windows color (decimal): -10280843 or 7676003. OLE color: 7676003.
HSL color Cylindrical-coordinate representation of color #632075: hue angle of 287.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #632075 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 32 | 117 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.54 |
| HSL | 287.29º | 0.57% | 0.29% | - |
| HSV(B) | 287.29º | 0.73% | 0.46% | - |
| XYZ | 8.87 | 4.97 | 17.32 | - |
| YUV | 61.72 | 159.2 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 117 | 0.15 | 0.73 | 0 | 0.54 | 287.29 | 0.57 | 0.29 |
| Hex | 63 | 20 | 75 | F | 49 | 0 | 36 | 11F | 39 | 1D |
| Octal | 143 | 40 | 165 | 17 | 111 | 0 | 66 | 437 | 71 | 35 |
| Binary | 1100011 | 100000 | 1110101 | 1111 | 1001001 | 0 | 110110 | 100011111 | 111001 | 11101 |
Color Harmonies of #632075
Complementary color
Monochromatic Colors of #632075
Black with #632075
Text Example
Text Example
White with #632075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632075; }
p { color: rgb(99,32,117); }
H1.HeaderClassName
{
color: #632075;
}
.AnyTagClassName
{
color: #632075;
}
</style>
background-color css
<style>
a { background-color: #632075; }
a { background-color: rgb(99,32,117); }
div.DivClassName
{
background-color: #632075;
}
.BgClassName
{
background-color: #632075;
}
</style>
border-color css
<style>
span { border-color: #632075; }
span { border-color: rgb(99,32,117); }
td.TdClassName
{
border-color: #632075;
}
.TagClassName
{
border-color: #632075;
}
</style>