Shades of Seance #651270
Tints of Seance #651270
RGB
CMYK
RGB Variations
Color information
#651270 (or 0x651270) is known color: Seance. HEX triplet: 65, 12 and 70. RGB value is (101,18,112). Sum of RGB (Red+Green+Blue) = 101+18+112=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #651270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651270 is #9AED8F. Grayscale: #353535. Windows color (decimal): -10153360 or 7344741. OLE color: 7344741.
HSL color Cylindrical-coordinate representation of color #651270: hue angle of 292.98º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651270 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 18 | 112 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.56 |
| HSL | 292.98º | 0.72% | 0.25% | - |
| HSV(B) | 292.98º | 0.84% | 0.44% | - |
| XYZ | 8.51 | 4.37 | 15.72 | - |
| YUV | 53.53 | 161 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 112 | 0.10 | 0.84 | 0 | 0.56 | 292.98 | 0.72 | 0.25 |
| Hex | 65 | 12 | 70 | A | 54 | 0 | 38 | 125 | 48 | 19 |
| Octal | 145 | 22 | 160 | 12 | 124 | 0 | 70 | 445 | 110 | 31 |
| Binary | 1100101 | 10010 | 1110000 | 1010 | 1010100 | 0 | 111000 | 100100101 | 1001000 | 11001 |
Color Harmonies of #651270
Complementary color
Monochromatic Colors of #651270
Black with #651270
Text Example
Text Example
White with #651270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651270; }
p { color: rgb(101,18,112); }
H1.HeaderClassName
{
color: #651270;
}
.AnyTagClassName
{
color: #651270;
}
</style>
background-color css
<style>
a { background-color: #651270; }
a { background-color: rgb(101,18,112); }
div.DivClassName
{
background-color: #651270;
}
.BgClassName
{
background-color: #651270;
}
</style>
border-color css
<style>
span { border-color: #651270; }
span { border-color: rgb(101,18,112); }
td.TdClassName
{
border-color: #651270;
}
.TagClassName
{
border-color: #651270;
}
</style>