Shades of Seance #65296E
Tints of Seance #65296E
RGB
CMYK
RGB Variations
Color information
#65296E (or 0x65296E) is known color: Seance. HEX triplet: 65, 29 and 6E. RGB value is (101,41,110). Sum of RGB (Red+Green+Blue) = 101+41+110=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #65296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65296E is #9AD691. Grayscale: #424242. Windows color (decimal): -10147474 or 7219557. OLE color: 7219557.
HSL color Cylindrical-coordinate representation of color #65296E: hue angle of 292.17º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65296E is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 41 | 110 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.57 |
| HSL | 292.17º | 0.46% | 0.3% | - |
| HSV(B) | 292.17º | 0.63% | 0.43% | - |
| XYZ | 8.97 | 5.48 | 15.34 | - |
| YUV | 66.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 110 | 0.08 | 0.63 | 0 | 0.57 | 292.17 | 0.46 | 0.3 |
| Hex | 65 | 29 | 6E | 8 | 3F | 0 | 39 | 124 | 2E | 1E |
| Octal | 145 | 51 | 156 | 10 | 77 | 0 | 71 | 444 | 56 | 36 |
| Binary | 1100101 | 101001 | 1101110 | 1000 | 111111 | 0 | 111001 | 100100100 | 101110 | 11110 |
Color Harmonies of #65296E
Complementary color
Monochromatic Colors of #65296E
Black with #65296E
Text Example
Text Example
White with #65296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65296E; }
p { color: rgb(101,41,110); }
H1.HeaderClassName
{
color: #65296E;
}
.AnyTagClassName
{
color: #65296E;
}
</style>
background-color css
<style>
a { background-color: #65296E; }
a { background-color: rgb(101,41,110); }
div.DivClassName
{
background-color: #65296E;
}
.BgClassName
{
background-color: #65296E;
}
</style>
border-color css
<style>
span { border-color: #65296E; }
span { border-color: rgb(101,41,110); }
td.TdClassName
{
border-color: #65296E;
}
.TagClassName
{
border-color: #65296E;
}
</style>