Shades of Seance #65256B
Tints of Seance #65256B
RGB
CMYK
RGB Variations
Color information
#65256B (or 0x65256B) is known color: Seance. HEX triplet: 65, 25 and 6B. RGB value is (101,37,107). Sum of RGB (Red+Green+Blue) = 101+37+107=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #65256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65256B is #9ADA94. Grayscale: #3F3F3F. Windows color (decimal): -10148501 or 7021925. OLE color: 7021925.
HSL color Cylindrical-coordinate representation of color #65256B: hue angle of 294.86º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65256B is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 37 | 107 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.58 |
| HSL | 294.86º | 0.49% | 0.28% | - |
| HSV(B) | 294.86º | 0.65% | 0.42% | - |
| XYZ | 8.68 | 5.15 | 14.45 | - |
| YUV | 64.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 107 | 0.06 | 0.65 | 0 | 0.58 | 294.86 | 0.49 | 0.28 |
| Hex | 65 | 25 | 6B | 6 | 41 | 0 | 3A | 127 | 31 | 1C |
| Octal | 145 | 45 | 153 | 6 | 101 | 0 | 72 | 447 | 61 | 34 |
| Binary | 1100101 | 100101 | 1101011 | 110 | 1000001 | 0 | 111010 | 100100111 | 110001 | 11100 |
Color Harmonies of #65256B
Complementary color
Monochromatic Colors of #65256B
Black with #65256B
Text Example
Text Example
White with #65256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65256B; }
p { color: rgb(101,37,107); }
H1.HeaderClassName
{
color: #65256B;
}
.AnyTagClassName
{
color: #65256B;
}
</style>
background-color css
<style>
a { background-color: #65256B; }
a { background-color: rgb(101,37,107); }
div.DivClassName
{
background-color: #65256B;
}
.BgClassName
{
background-color: #65256B;
}
</style>
border-color css
<style>
span { border-color: #65256B; }
span { border-color: rgb(101,37,107); }
td.TdClassName
{
border-color: #65256B;
}
.TagClassName
{
border-color: #65256B;
}
</style>