Shades of Seance #65196C
Tints of Seance #65196C
RGB
CMYK
RGB Variations
Color information
#65196C (or 0x65196C) is known color: Seance. HEX triplet: 65, 19 and 6C. RGB value is (101,25,108). Sum of RGB (Red+Green+Blue) = 101+25+108=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #65196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65196C is #9AE693. Grayscale: #383838. Windows color (decimal): -10151572 or 7084389. OLE color: 7084389.
HSL color Cylindrical-coordinate representation of color #65196C: hue angle of 294.94º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65196C is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 25 | 108 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.58 |
| HSL | 294.94º | 0.62% | 0.26% | - |
| HSV(B) | 294.94º | 0.77% | 0.42% | - |
| XYZ | 8.42 | 4.54 | 14.62 | - |
| YUV | 57.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 108 | 0.06 | 0.77 | 0 | 0.58 | 294.94 | 0.62 | 0.26 |
| Hex | 65 | 19 | 6C | 6 | 4D | 0 | 3A | 127 | 3E | 1A |
| Octal | 145 | 31 | 154 | 6 | 115 | 0 | 72 | 447 | 76 | 32 |
| Binary | 1100101 | 11001 | 1101100 | 110 | 1001101 | 0 | 111010 | 100100111 | 111110 | 11010 |
Color Harmonies of #65196C
Complementary color
Monochromatic Colors of #65196C
Black with #65196C
Text Example
Text Example
White with #65196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65196C; }
p { color: rgb(101,25,108); }
H1.HeaderClassName
{
color: #65196C;
}
.AnyTagClassName
{
color: #65196C;
}
</style>
background-color css
<style>
a { background-color: #65196C; }
a { background-color: rgb(101,25,108); }
div.DivClassName
{
background-color: #65196C;
}
.BgClassName
{
background-color: #65196C;
}
</style>
border-color css
<style>
span { border-color: #65196C; }
span { border-color: rgb(101,25,108); }
td.TdClassName
{
border-color: #65196C;
}
.TagClassName
{
border-color: #65196C;
}
</style>