Shades of Seance #651C73
Tints of Seance #651C73
RGB
CMYK
RGB Variations
Color information
#651C73 (or 0x651C73) is known color: Seance. HEX triplet: 65, 1C and 73. RGB value is (101,28,115). Sum of RGB (Red+Green+Blue) = 101+28+115=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #651C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651C73 is #9AE38C. Grayscale: #3B3B3B. Windows color (decimal): -10150797 or 7543909. OLE color: 7543909.
HSL color Cylindrical-coordinate representation of color #651C73: hue angle of 290.34º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #651C73 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 28 | 115 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.55 |
| HSL | 290.34º | 0.61% | 0.28% | - |
| HSV(B) | 290.34º | 0.76% | 0.45% | - |
| XYZ | 8.88 | 4.84 | 16.69 | - |
| YUV | 59.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 115 | 0.12 | 0.76 | 0 | 0.55 | 290.34 | 0.61 | 0.28 |
| Hex | 65 | 1C | 73 | C | 4C | 0 | 37 | 122 | 3D | 1C |
| Octal | 145 | 34 | 163 | 14 | 114 | 0 | 67 | 442 | 75 | 34 |
| Binary | 1100101 | 11100 | 1110011 | 1100 | 1001100 | 0 | 110111 | 100100010 | 111101 | 11100 |
Color Harmonies of #651C73
Complementary color
Monochromatic Colors of #651C73
Black with #651C73
Text Example
Text Example
White with #651C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651C73; }
p { color: rgb(101,28,115); }
H1.HeaderClassName
{
color: #651C73;
}
.AnyTagClassName
{
color: #651C73;
}
</style>
background-color css
<style>
a { background-color: #651C73; }
a { background-color: rgb(101,28,115); }
div.DivClassName
{
background-color: #651C73;
}
.BgClassName
{
background-color: #651C73;
}
</style>
border-color css
<style>
span { border-color: #651C73; }
span { border-color: rgb(101,28,115); }
td.TdClassName
{
border-color: #651C73;
}
.TagClassName
{
border-color: #651C73;
}
</style>