Shades of Seance #652568
Tints of Seance #652568
RGB
CMYK
RGB Variations
Color information
#652568 (or 0x652568) is known color: Seance. HEX triplet: 65, 25 and 68. RGB value is (101,37,104). Sum of RGB (Red+Green+Blue) = 101+37+104=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #652568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652568 is #9ADA97. Grayscale: #3F3F3F. Windows color (decimal): -10148504 or 6825317. OLE color: 6825317.
HSL color Cylindrical-coordinate representation of color #652568: hue angle of 297.31º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #652568 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 37 | 104 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.59 |
| HSL | 297.31º | 0.48% | 0.28% | - |
| HSV(B) | 297.31º | 0.64% | 0.41% | - |
| XYZ | 8.53 | 5.09 | 13.63 | - |
| YUV | 63.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 104 | 0.03 | 0.64 | 0 | 0.59 | 297.31 | 0.48 | 0.28 |
| Hex | 65 | 25 | 68 | 3 | 40 | 0 | 3B | 129 | 30 | 1C |
| Octal | 145 | 45 | 150 | 3 | 100 | 0 | 73 | 451 | 60 | 34 |
| Binary | 1100101 | 100101 | 1101000 | 11 | 1000000 | 0 | 111011 | 100101001 | 110000 | 11100 |
Color Harmonies of #652568
Complementary color
Monochromatic Colors of #652568
Black with #652568
Text Example
Text Example
White with #652568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652568; }
p { color: rgb(101,37,104); }
H1.HeaderClassName
{
color: #652568;
}
.AnyTagClassName
{
color: #652568;
}
</style>
background-color css
<style>
a { background-color: #652568; }
a { background-color: rgb(101,37,104); }
div.DivClassName
{
background-color: #652568;
}
.BgClassName
{
background-color: #652568;
}
</style>
border-color css
<style>
span { border-color: #652568; }
span { border-color: rgb(101,37,104); }
td.TdClassName
{
border-color: #652568;
}
.TagClassName
{
border-color: #652568;
}
</style>