Shades of Seance #652878
Tints of Seance #652878
RGB
CMYK
RGB Variations
Color information
#652878 (or 0x652878) is known color: Seance. HEX triplet: 65, 28 and 78. RGB value is (101,40,120). Sum of RGB (Red+Green+Blue) = 101+40+120=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #652878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652878 is #9AD787. Grayscale: #434343. Windows color (decimal): -10147720 or 7874661. OLE color: 7874661.
HSL color Cylindrical-coordinate representation of color #652878: hue angle of 285.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652878 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 40 | 120 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.53 |
| HSL | 285.75º | 0.5% | 0.31% | - |
| HSV(B) | 285.75º | 0.67% | 0.47% | - |
| XYZ | 9.52 | 5.64 | 18.36 | - |
| YUV | 67.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 120 | 0.16 | 0.67 | 0 | 0.53 | 285.75 | 0.5 | 0.31 |
| Hex | 65 | 28 | 78 | 10 | 43 | 0 | 35 | 11E | 32 | 1F |
| Octal | 145 | 50 | 170 | 20 | 103 | 0 | 65 | 436 | 62 | 37 |
| Binary | 1100101 | 101000 | 1111000 | 10000 | 1000011 | 0 | 110101 | 100011110 | 110010 | 11111 |
Color Harmonies of #652878
Complementary color
Monochromatic Colors of #652878
Black with #652878
Text Example
Text Example
White with #652878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652878; }
p { color: rgb(101,40,120); }
H1.HeaderClassName
{
color: #652878;
}
.AnyTagClassName
{
color: #652878;
}
</style>
background-color css
<style>
a { background-color: #652878; }
a { background-color: rgb(101,40,120); }
div.DivClassName
{
background-color: #652878;
}
.BgClassName
{
background-color: #652878;
}
</style>
border-color css
<style>
span { border-color: #652878; }
span { border-color: rgb(101,40,120); }
td.TdClassName
{
border-color: #652878;
}
.TagClassName
{
border-color: #652878;
}
</style>