Shades of Seance #65297A
Tints of Seance #65297A
RGB
CMYK
RGB Variations
Color information
#65297A (or 0x65297A) is known color: Seance. HEX triplet: 65, 29 and 7A. RGB value is (101,41,122). Sum of RGB (Red+Green+Blue) = 101+41+122=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #65297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65297A is #9AD685. Grayscale: #434343. Windows color (decimal): -10147462 or 8005989. OLE color: 8005989.
HSL color Cylindrical-coordinate representation of color #65297A: hue angle of 284.44º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65297A is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 41 | 122 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.52 |
| HSL | 284.44º | 0.5% | 0.32% | - |
| HSV(B) | 284.44º | 0.66% | 0.48% | - |
| XYZ | 9.67 | 5.76 | 19.01 | - |
| YUV | 68.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 122 | 0.17 | 0.66 | 0 | 0.52 | 284.44 | 0.5 | 0.32 |
| Hex | 65 | 29 | 7A | 11 | 42 | 0 | 34 | 11C | 32 | 20 |
| Octal | 145 | 51 | 172 | 21 | 102 | 0 | 64 | 434 | 62 | 40 |
| Binary | 1100101 | 101001 | 1111010 | 10001 | 1000010 | 0 | 110100 | 100011100 | 110010 | 100000 |
Color Harmonies of #65297A
Complementary color
Monochromatic Colors of #65297A
Black with #65297A
Text Example
Text Example
White with #65297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65297A; }
p { color: rgb(101,41,122); }
H1.HeaderClassName
{
color: #65297A;
}
.AnyTagClassName
{
color: #65297A;
}
</style>
background-color css
<style>
a { background-color: #65297A; }
a { background-color: rgb(101,41,122); }
div.DivClassName
{
background-color: #65297A;
}
.BgClassName
{
background-color: #65297A;
}
</style>
border-color css
<style>
span { border-color: #65297A; }
span { border-color: rgb(101,41,122); }
td.TdClassName
{
border-color: #65297A;
}
.TagClassName
{
border-color: #65297A;
}
</style>