Shades of Seance #651F7F
Tints of Seance #651F7F
RGB
CMYK
RGB Variations
Color information
#651F7F (or 0x651F7F) is known color: Seance. HEX triplet: 65, 1F and 7F. RGB value is (101,31,127). Sum of RGB (Red+Green+Blue) = 101+31+127=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #651F7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651F7F is #9AE080. Grayscale: #3E3E3E. Windows color (decimal): -10150017 or 8331109. OLE color: 8331109.
HSL color Cylindrical-coordinate representation of color #651F7F: hue angle of 283.75º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #651F7F is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 31 | 127 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.50 |
| HSL | 283.75º | 0.61% | 0.31% | - |
| HSV(B) | 283.75º | 0.76% | 0.5% | - |
| XYZ | 9.69 | 5.28 | 20.59 | - |
| YUV | 62.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 31 | 127 | 0.20 | 0.76 | 0 | 0.50 | 283.75 | 0.61 | 0.31 |
| Hex | 65 | 1F | 7F | 14 | 4C | 0 | 32 | 11C | 3D | 1F |
| Octal | 145 | 37 | 177 | 24 | 114 | 0 | 62 | 434 | 75 | 37 |
| Binary | 1100101 | 11111 | 1111111 | 10100 | 1001100 | 0 | 110010 | 100011100 | 111101 | 11111 |
Color Harmonies of #651F7F
Complementary color
Monochromatic Colors of #651F7F
Black with #651F7F
Text Example
Text Example
White with #651F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651F7F; }
p { color: rgb(101,31,127); }
H1.HeaderClassName
{
color: #651F7F;
}
.AnyTagClassName
{
color: #651F7F;
}
</style>
background-color css
<style>
a { background-color: #651F7F; }
a { background-color: rgb(101,31,127); }
div.DivClassName
{
background-color: #651F7F;
}
.BgClassName
{
background-color: #651F7F;
}
</style>
border-color css
<style>
span { border-color: #651F7F; }
span { border-color: rgb(101,31,127); }
td.TdClassName
{
border-color: #651F7F;
}
.TagClassName
{
border-color: #651F7F;
}
</style>