Shades of Seance #652075
Tints of Seance #652075
RGB
CMYK
RGB Variations
Color information
#652075 (or 0x652075) is known color: Seance. HEX triplet: 65, 20 and 75. RGB value is (101,32,117). Sum of RGB (Red+Green+Blue) = 101+32+117=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #652075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652075 is #9ADF8A. Grayscale: #3E3E3E. Windows color (decimal): -10149771 or 7676005. OLE color: 7676005.
HSL color Cylindrical-coordinate representation of color #652075: hue angle of 288.71º 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 #652075 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 32 | 117 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.54 |
| HSL | 288.71º | 0.57% | 0.29% | - |
| HSV(B) | 288.71º | 0.73% | 0.46% | - |
| XYZ | 9.09 | 5.08 | 17.33 | - |
| YUV | 62.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 117 | 0.14 | 0.73 | 0 | 0.54 | 288.71 | 0.57 | 0.29 |
| Hex | 65 | 20 | 75 | E | 49 | 0 | 36 | 121 | 39 | 1D |
| Octal | 145 | 40 | 165 | 16 | 111 | 0 | 66 | 441 | 71 | 35 |
| Binary | 1100101 | 100000 | 1110101 | 1110 | 1001001 | 0 | 110110 | 100100001 | 111001 | 11101 |
Color Harmonies of #652075
Complementary color
Monochromatic Colors of #652075
Black with #652075
Text Example
Text Example
White with #652075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652075; }
p { color: rgb(101,32,117); }
H1.HeaderClassName
{
color: #652075;
}
.AnyTagClassName
{
color: #652075;
}
</style>
background-color css
<style>
a { background-color: #652075; }
a { background-color: rgb(101,32,117); }
div.DivClassName
{
background-color: #652075;
}
.BgClassName
{
background-color: #652075;
}
</style>
border-color css
<style>
span { border-color: #652075; }
span { border-color: rgb(101,32,117); }
td.TdClassName
{
border-color: #652075;
}
.TagClassName
{
border-color: #652075;
}
</style>