Shades of Seance #65297B
Tints of Seance #65297B
RGB
CMYK
RGB Variations
Color information
#65297B (or 0x65297B) is known color: Seance. HEX triplet: 65, 29 and 7B. RGB value is (101,41,123). Sum of RGB (Red+Green+Blue) = 101+41+123=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #65297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65297B is #9AD684. Grayscale: #444444. Windows color (decimal): -10147461 or 8071525. OLE color: 8071525.
HSL color Cylindrical-coordinate representation of color #65297B: hue angle of 283.9º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65297B is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 41 | 123 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.52 |
| HSL | 283.9º | 0.5% | 0.32% | - |
| HSV(B) | 283.9º | 0.67% | 0.48% | - |
| XYZ | 9.73 | 5.78 | 19.34 | - |
| YUV | 68.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 123 | 0.18 | 0.67 | 0 | 0.52 | 283.9 | 0.5 | 0.32 |
| Hex | 65 | 29 | 7B | 12 | 43 | 0 | 34 | 11C | 32 | 20 |
| Octal | 145 | 51 | 173 | 22 | 103 | 0 | 64 | 434 | 62 | 40 |
| Binary | 1100101 | 101001 | 1111011 | 10010 | 1000011 | 0 | 110100 | 100011100 | 110010 | 100000 |
Color Harmonies of #65297B
Complementary color
Monochromatic Colors of #65297B
Black with #65297B
Text Example
Text Example
White with #65297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65297B; }
p { color: rgb(101,41,123); }
H1.HeaderClassName
{
color: #65297B;
}
.AnyTagClassName
{
color: #65297B;
}
</style>
background-color css
<style>
a { background-color: #65297B; }
a { background-color: rgb(101,41,123); }
div.DivClassName
{
background-color: #65297B;
}
.BgClassName
{
background-color: #65297B;
}
</style>
border-color css
<style>
span { border-color: #65297B; }
span { border-color: rgb(101,41,123); }
td.TdClassName
{
border-color: #65297B;
}
.TagClassName
{
border-color: #65297B;
}
</style>