Shades of Seance #651574
Tints of Seance #651574
RGB
CMYK
RGB Variations
Color information
#651574 (or 0x651574) is known color: Seance. HEX triplet: 65, 15 and 74. RGB value is (101,21,116). Sum of RGB (Red+Green+Blue) = 101+21+116=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #651574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651574 is #9AEA8B. Grayscale: #373737. Windows color (decimal): -10152588 or 7607653. OLE color: 7607653.
HSL color Cylindrical-coordinate representation of color #651574: hue angle of 290.53º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651574 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 21 | 116 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.55 |
| HSL | 290.53º | 0.69% | 0.27% | - |
| HSV(B) | 290.53º | 0.82% | 0.45% | - |
| XYZ | 8.79 | 4.56 | 16.94 | - |
| YUV | 55.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 116 | 0.13 | 0.82 | 0 | 0.55 | 290.53 | 0.69 | 0.27 |
| Hex | 65 | 15 | 74 | D | 52 | 0 | 37 | 123 | 45 | 1B |
| Octal | 145 | 25 | 164 | 15 | 122 | 0 | 67 | 443 | 105 | 33 |
| Binary | 1100101 | 10101 | 1110100 | 1101 | 1010010 | 0 | 110111 | 100100011 | 1000101 | 11011 |
Color Harmonies of #651574
Complementary color
Monochromatic Colors of #651574
Black with #651574
Text Example
Text Example
White with #651574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651574; }
p { color: rgb(101,21,116); }
H1.HeaderClassName
{
color: #651574;
}
.AnyTagClassName
{
color: #651574;
}
</style>
background-color css
<style>
a { background-color: #651574; }
a { background-color: rgb(101,21,116); }
div.DivClassName
{
background-color: #651574;
}
.BgClassName
{
background-color: #651574;
}
</style>
border-color css
<style>
span { border-color: #651574; }
span { border-color: rgb(101,21,116); }
td.TdClassName
{
border-color: #651574;
}
.TagClassName
{
border-color: #651574;
}
</style>