Shades of Seance #651D73
Tints of Seance #651D73
RGB
CMYK
RGB Variations
Color information
#651D73 (or 0x651D73) is known color: Seance. HEX triplet: 65, 1D and 73. RGB value is (101,29,115). Sum of RGB (Red+Green+Blue) = 101+29+115=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #651D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651D73 is #9AE28C. Grayscale: #3C3C3C. Windows color (decimal): -10150541 or 7544165. OLE color: 7544165.
HSL color Cylindrical-coordinate representation of color #651D73: hue angle of 290.23º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #651D73 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 29 | 115 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.55 |
| HSL | 290.23º | 0.6% | 0.28% | - |
| HSV(B) | 290.23º | 0.75% | 0.45% | - |
| XYZ | 8.9 | 4.88 | 16.69 | - |
| YUV | 60.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 115 | 0.12 | 0.75 | 0 | 0.55 | 290.23 | 0.6 | 0.28 |
| Hex | 65 | 1D | 73 | C | 4B | 0 | 37 | 122 | 3C | 1C |
| Octal | 145 | 35 | 163 | 14 | 113 | 0 | 67 | 442 | 74 | 34 |
| Binary | 1100101 | 11101 | 1110011 | 1100 | 1001011 | 0 | 110111 | 100100010 | 111100 | 11100 |
Color Harmonies of #651D73
Complementary color
Monochromatic Colors of #651D73
Black with #651D73
Text Example
Text Example
White with #651D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651D73; }
p { color: rgb(101,29,115); }
H1.HeaderClassName
{
color: #651D73;
}
.AnyTagClassName
{
color: #651D73;
}
</style>
background-color css
<style>
a { background-color: #651D73; }
a { background-color: rgb(101,29,115); }
div.DivClassName
{
background-color: #651D73;
}
.BgClassName
{
background-color: #651D73;
}
</style>
border-color css
<style>
span { border-color: #651D73; }
span { border-color: rgb(101,29,115); }
td.TdClassName
{
border-color: #651D73;
}
.TagClassName
{
border-color: #651D73;
}
</style>