Shades of Seance #652875
Tints of Seance #652875
RGB
CMYK
RGB Variations
Color information
#652875 (or 0x652875) is known color: Seance. HEX triplet: 65, 28 and 75. RGB value is (101,40,117). Sum of RGB (Red+Green+Blue) = 101+40+117=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #652875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652875 is #9AD78A. Grayscale: #424242. Windows color (decimal): -10147723 or 7678053. OLE color: 7678053.
HSL color Cylindrical-coordinate representation of color #652875: hue angle of 287.53º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652875 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 40 | 117 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.54 |
| HSL | 287.53º | 0.49% | 0.31% | - |
| HSV(B) | 287.53º | 0.66% | 0.46% | - |
| XYZ | 9.34 | 5.57 | 17.41 | - |
| YUV | 67.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 117 | 0.14 | 0.66 | 0 | 0.54 | 287.53 | 0.49 | 0.31 |
| Hex | 65 | 28 | 75 | E | 42 | 0 | 36 | 120 | 31 | 1F |
| Octal | 145 | 50 | 165 | 16 | 102 | 0 | 66 | 440 | 61 | 37 |
| Binary | 1100101 | 101000 | 1110101 | 1110 | 1000010 | 0 | 110110 | 100100000 | 110001 | 11111 |
Color Harmonies of #652875
Complementary color
Monochromatic Colors of #652875
Black with #652875
Text Example
Text Example
White with #652875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652875; }
p { color: rgb(101,40,117); }
H1.HeaderClassName
{
color: #652875;
}
.AnyTagClassName
{
color: #652875;
}
</style>
background-color css
<style>
a { background-color: #652875; }
a { background-color: rgb(101,40,117); }
div.DivClassName
{
background-color: #652875;
}
.BgClassName
{
background-color: #652875;
}
</style>
border-color css
<style>
span { border-color: #652875; }
span { border-color: rgb(101,40,117); }
td.TdClassName
{
border-color: #652875;
}
.TagClassName
{
border-color: #652875;
}
</style>