Shades of Seance #652E78
Tints of Seance #652E78
RGB
CMYK
RGB Variations
Color information
#652E78 (or 0x652E78) is known color: Seance. HEX triplet: 65, 2E and 78. RGB value is (101,46,120). Sum of RGB (Red+Green+Blue) = 101+46+120=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #652E78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652E78 is #9AD187. Grayscale: #464646. Windows color (decimal): -10146184 or 7876197. OLE color: 7876197.
HSL color Cylindrical-coordinate representation of color #652E78: hue angle of 284.59º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #652E78 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 46 | 120 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.53 |
| HSL | 284.59º | 0.45% | 0.33% | - |
| HSV(B) | 284.59º | 0.62% | 0.47% | - |
| XYZ | 9.73 | 6.08 | 18.43 | - |
| YUV | 70.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 120 | 0.16 | 0.62 | 0 | 0.53 | 284.59 | 0.45 | 0.33 |
| Hex | 65 | 2E | 78 | 10 | 3E | 0 | 35 | 11D | 2D | 21 |
| Octal | 145 | 56 | 170 | 20 | 76 | 0 | 65 | 435 | 55 | 41 |
| Binary | 1100101 | 101110 | 1111000 | 10000 | 111110 | 0 | 110101 | 100011101 | 101101 | 100001 |
Color Harmonies of #652E78
Complementary color
Monochromatic Colors of #652E78
Black with #652E78
Text Example
Text Example
White with #652E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652E78; }
p { color: rgb(101,46,120); }
H1.HeaderClassName
{
color: #652E78;
}
.AnyTagClassName
{
color: #652E78;
}
</style>
background-color css
<style>
a { background-color: #652E78; }
a { background-color: rgb(101,46,120); }
div.DivClassName
{
background-color: #652E78;
}
.BgClassName
{
background-color: #652E78;
}
</style>
border-color css
<style>
span { border-color: #652E78; }
span { border-color: rgb(101,46,120); }
td.TdClassName
{
border-color: #652E78;
}
.TagClassName
{
border-color: #652E78;
}
</style>