Shades of Seance #651B82
Tints of Seance #651B82
RGB
CMYK
RGB Variations
Color information
#651B82 (or 0x651B82) is known color: Seance. HEX triplet: 65, 1B and 82. RGB value is (101,27,130). Sum of RGB (Red+Green+Blue) = 101+27+130=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #651B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651B82 is #9AE47D. Grayscale: #3C3C3C. Windows color (decimal): -10151038 or 8526693. OLE color: 8526693.
HSL color Cylindrical-coordinate representation of color #651B82: hue angle of 283.11º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #651B82 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 27 | 130 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.49 |
| HSL | 283.11º | 0.66% | 0.31% | - |
| HSV(B) | 283.11º | 0.79% | 0.51% | - |
| XYZ | 9.79 | 5.16 | 21.6 | - |
| YUV | 60.87 | 167.02 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 130 | 0.22 | 0.79 | 0 | 0.49 | 283.11 | 0.66 | 0.31 |
| Hex | 65 | 1B | 82 | 16 | 4F | 0 | 31 | 11B | 42 | 1F |
| Octal | 145 | 33 | 202 | 26 | 117 | 0 | 61 | 433 | 102 | 37 |
| Binary | 1100101 | 11011 | 10000010 | 10110 | 1001111 | 0 | 110001 | 100011011 | 1000010 | 11111 |
Color Harmonies of #651B82
Complementary color
Monochromatic Colors of #651B82
Black with #651B82
Text Example
Text Example
White with #651B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B82; }
p { color: rgb(101,27,130); }
H1.HeaderClassName
{
color: #651B82;
}
.AnyTagClassName
{
color: #651B82;
}
</style>
background-color css
<style>
a { background-color: #651B82; }
a { background-color: rgb(101,27,130); }
div.DivClassName
{
background-color: #651B82;
}
.BgClassName
{
background-color: #651B82;
}
</style>
border-color css
<style>
span { border-color: #651B82; }
span { border-color: rgb(101,27,130); }
td.TdClassName
{
border-color: #651B82;
}
.TagClassName
{
border-color: #651B82;
}
</style>