Shades of Seance #651E76
Tints of Seance #651E76
RGB
CMYK
RGB Variations
Color information
#651E76 (or 0x651E76) is known color: Seance. HEX triplet: 65, 1E and 76. RGB value is (101,30,118). Sum of RGB (Red+Green+Blue) = 101+30+118=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #651E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651E76 is #9AE189. Grayscale: #3C3C3C. Windows color (decimal): -10150282 or 7741029. OLE color: 7741029.
HSL color Cylindrical-coordinate representation of color #651E76: hue angle of 288.41º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #651E76 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 30 | 118 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.54 |
| HSL | 288.41º | 0.59% | 0.29% | - |
| HSV(B) | 288.41º | 0.75% | 0.46% | - |
| XYZ | 9.1 | 5 | 17.63 | - |
| YUV | 61.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 118 | 0.14 | 0.75 | 0 | 0.54 | 288.41 | 0.59 | 0.29 |
| Hex | 65 | 1E | 76 | E | 4B | 0 | 36 | 120 | 3B | 1D |
| Octal | 145 | 36 | 166 | 16 | 113 | 0 | 66 | 440 | 73 | 35 |
| Binary | 1100101 | 11110 | 1110110 | 1110 | 1001011 | 0 | 110110 | 100100000 | 111011 | 11101 |
Color Harmonies of #651E76
Complementary color
Monochromatic Colors of #651E76
Black with #651E76
Text Example
Text Example
White with #651E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651E76; }
p { color: rgb(101,30,118); }
H1.HeaderClassName
{
color: #651E76;
}
.AnyTagClassName
{
color: #651E76;
}
</style>
background-color css
<style>
a { background-color: #651E76; }
a { background-color: rgb(101,30,118); }
div.DivClassName
{
background-color: #651E76;
}
.BgClassName
{
background-color: #651E76;
}
</style>
border-color css
<style>
span { border-color: #651E76; }
span { border-color: rgb(101,30,118); }
td.TdClassName
{
border-color: #651E76;
}
.TagClassName
{
border-color: #651E76;
}
</style>