Shades of Seance #651B80
Tints of Seance #651B80
RGB
CMYK
RGB Variations
Color information
#651B80 (or 0x651B80) is known color: Seance. HEX triplet: 65, 1B and 80. RGB value is (101,27,128). Sum of RGB (Red+Green+Blue) = 101+27+128=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #651B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651B80 is #9AE47F. Grayscale: #3C3C3C. Windows color (decimal): -10151040 or 8395621. OLE color: 8395621.
HSL color Cylindrical-coordinate representation of color #651B80: hue angle of 283.96º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #651B80 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 27 | 128 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.50 |
| HSL | 283.96º | 0.65% | 0.3% | - |
| HSV(B) | 283.96º | 0.79% | 0.5% | - |
| XYZ | 9.66 | 5.11 | 20.9 | - |
| YUV | 60.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 128 | 0.21 | 0.79 | 0 | 0.50 | 283.96 | 0.65 | 0.3 |
| Hex | 65 | 1B | 80 | 15 | 4F | 0 | 32 | 11C | 41 | 1E |
| Octal | 145 | 33 | 200 | 25 | 117 | 0 | 62 | 434 | 101 | 36 |
| Binary | 1100101 | 11011 | 10000000 | 10101 | 1001111 | 0 | 110010 | 100011100 | 1000001 | 11110 |
Color Harmonies of #651B80
Complementary color
Monochromatic Colors of #651B80
Black with #651B80
Text Example
Text Example
White with #651B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B80; }
p { color: rgb(101,27,128); }
H1.HeaderClassName
{
color: #651B80;
}
.AnyTagClassName
{
color: #651B80;
}
</style>
background-color css
<style>
a { background-color: #651B80; }
a { background-color: rgb(101,27,128); }
div.DivClassName
{
background-color: #651B80;
}
.BgClassName
{
background-color: #651B80;
}
</style>
border-color css
<style>
span { border-color: #651B80; }
span { border-color: rgb(101,27,128); }
td.TdClassName
{
border-color: #651B80;
}
.TagClassName
{
border-color: #651B80;
}
</style>