Shades of Seance #652280
Tints of Seance #652280
RGB
CMYK
RGB Variations
Color information
#652280 (or 0x652280) is known color: Seance. HEX triplet: 65, 22 and 80. RGB value is (101,34,128). Sum of RGB (Red+Green+Blue) = 101+34+128=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #652280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652280 is #9ADD7F. Grayscale: #404040. Windows color (decimal): -10149248 or 8397413. OLE color: 8397413.
HSL color Cylindrical-coordinate representation of color #652280: hue angle of 282.77º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #652280 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 34 | 128 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.50 |
| HSL | 282.77º | 0.58% | 0.32% | - |
| HSV(B) | 282.77º | 0.73% | 0.5% | - |
| XYZ | 9.84 | 5.47 | 20.96 | - |
| YUV | 64.75 | 163.7 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 128 | 0.21 | 0.73 | 0 | 0.50 | 282.77 | 0.58 | 0.32 |
| Hex | 65 | 22 | 80 | 15 | 49 | 0 | 32 | 11B | 3A | 20 |
| Octal | 145 | 42 | 200 | 25 | 111 | 0 | 62 | 433 | 72 | 40 |
| Binary | 1100101 | 100010 | 10000000 | 10101 | 1001001 | 0 | 110010 | 100011011 | 111010 | 100000 |
Color Harmonies of #652280
Complementary color
Monochromatic Colors of #652280
Black with #652280
Text Example
Text Example
White with #652280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652280; }
p { color: rgb(101,34,128); }
H1.HeaderClassName
{
color: #652280;
}
.AnyTagClassName
{
color: #652280;
}
</style>
background-color css
<style>
a { background-color: #652280; }
a { background-color: rgb(101,34,128); }
div.DivClassName
{
background-color: #652280;
}
.BgClassName
{
background-color: #652280;
}
</style>
border-color css
<style>
span { border-color: #652280; }
span { border-color: rgb(101,34,128); }
td.TdClassName
{
border-color: #652280;
}
.TagClassName
{
border-color: #652280;
}
</style>