Shades of Seance #652F72
Tints of Seance #652F72
RGB
CMYK
RGB Variations
Color information
#652F72 (or 0x652F72) is known color: Seance. HEX triplet: 65, 2F and 72. RGB value is (101,47,114). Sum of RGB (Red+Green+Blue) = 101+47+114=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #652F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652F72 is #9AD08D. Grayscale: #464646. Windows color (decimal): -10145934 or 7483237. OLE color: 7483237.
HSL color Cylindrical-coordinate representation of color #652F72: hue angle of 288.36º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #652F72 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 47 | 114 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.55 |
| HSL | 288.36º | 0.42% | 0.32% | - |
| HSV(B) | 288.36º | 0.59% | 0.45% | - |
| XYZ | 9.42 | 6.01 | 16.58 | - |
| YUV | 70.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 114 | 0.11 | 0.59 | 0 | 0.55 | 288.36 | 0.42 | 0.32 |
| Hex | 65 | 2F | 72 | B | 3B | 0 | 37 | 120 | 2A | 20 |
| Octal | 145 | 57 | 162 | 13 | 73 | 0 | 67 | 440 | 52 | 40 |
| Binary | 1100101 | 101111 | 1110010 | 1011 | 111011 | 0 | 110111 | 100100000 | 101010 | 100000 |
Color Harmonies of #652F72
Complementary color
Monochromatic Colors of #652F72
Black with #652F72
Text Example
Text Example
White with #652F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F72; }
p { color: rgb(101,47,114); }
H1.HeaderClassName
{
color: #652F72;
}
.AnyTagClassName
{
color: #652F72;
}
</style>
background-color css
<style>
a { background-color: #652F72; }
a { background-color: rgb(101,47,114); }
div.DivClassName
{
background-color: #652F72;
}
.BgClassName
{
background-color: #652F72;
}
</style>
border-color css
<style>
span { border-color: #652F72; }
span { border-color: rgb(101,47,114); }
td.TdClassName
{
border-color: #652F72;
}
.TagClassName
{
border-color: #652F72;
}
</style>