Shades of Seance #651F6F
Tints of Seance #651F6F
RGB
CMYK
RGB Variations
Color information
#651F6F (or 0x651F6F) is known color: Seance. HEX triplet: 65, 1F and 6F. RGB value is (101,31,111). Sum of RGB (Red+Green+Blue) = 101+31+111=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #651F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651F6F is #9AE090. Grayscale: #3C3C3C. Windows color (decimal): -10150033 or 7282533. OLE color: 7282533.
HSL color Cylindrical-coordinate representation of color #651F6F: hue angle of 292.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #651F6F is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 31 | 111 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.56 |
| HSL | 292.5º | 0.56% | 0.28% | - |
| HSV(B) | 292.5º | 0.72% | 0.44% | - |
| XYZ | 8.73 | 4.89 | 15.52 | - |
| YUV | 61.05 | 156.19 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 31 | 111 | 0.09 | 0.72 | 0 | 0.56 | 292.5 | 0.56 | 0.28 |
| Hex | 65 | 1F | 6F | 9 | 48 | 0 | 38 | 124 | 38 | 1C |
| Octal | 145 | 37 | 157 | 11 | 110 | 0 | 70 | 444 | 70 | 34 |
| Binary | 1100101 | 11111 | 1101111 | 1001 | 1001000 | 0 | 111000 | 100100100 | 111000 | 11100 |
Color Harmonies of #651F6F
Complementary color
Monochromatic Colors of #651F6F
Black with #651F6F
Text Example
Text Example
White with #651F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651F6F; }
p { color: rgb(101,31,111); }
H1.HeaderClassName
{
color: #651F6F;
}
.AnyTagClassName
{
color: #651F6F;
}
</style>
background-color css
<style>
a { background-color: #651F6F; }
a { background-color: rgb(101,31,111); }
div.DivClassName
{
background-color: #651F6F;
}
.BgClassName
{
background-color: #651F6F;
}
</style>
border-color css
<style>
span { border-color: #651F6F; }
span { border-color: rgb(101,31,111); }
td.TdClassName
{
border-color: #651F6F;
}
.TagClassName
{
border-color: #651F6F;
}
</style>