Shades of Seance #65297C
Tints of Seance #65297C
RGB
CMYK
RGB Variations
Color information
#65297C (or 0x65297C) is known color: Seance. HEX triplet: 65, 29 and 7C. RGB value is (101,41,124). Sum of RGB (Red+Green+Blue) = 101+41+124=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #65297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65297C is #9AD683. Grayscale: #444444. Windows color (decimal): -10147460 or 8137061. OLE color: 8137061.
HSL color Cylindrical-coordinate representation of color #65297C: hue angle of 283.37º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65297C is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 41 | 124 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.51 |
| HSL | 283.37º | 0.5% | 0.32% | - |
| HSV(B) | 283.37º | 0.67% | 0.49% | - |
| XYZ | 9.8 | 5.81 | 19.67 | - |
| YUV | 68.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 124 | 0.19 | 0.67 | 0 | 0.51 | 283.37 | 0.5 | 0.32 |
| Hex | 65 | 29 | 7C | 13 | 43 | 0 | 33 | 11B | 32 | 20 |
| Octal | 145 | 51 | 174 | 23 | 103 | 0 | 63 | 433 | 62 | 40 |
| Binary | 1100101 | 101001 | 1111100 | 10011 | 1000011 | 0 | 110011 | 100011011 | 110010 | 100000 |
Color Harmonies of #65297C
Complementary color
Monochromatic Colors of #65297C
Black with #65297C
Text Example
Text Example
White with #65297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65297C; }
p { color: rgb(101,41,124); }
H1.HeaderClassName
{
color: #65297C;
}
.AnyTagClassName
{
color: #65297C;
}
</style>
background-color css
<style>
a { background-color: #65297C; }
a { background-color: rgb(101,41,124); }
div.DivClassName
{
background-color: #65297C;
}
.BgClassName
{
background-color: #65297C;
}
</style>
border-color css
<style>
span { border-color: #65297C; }
span { border-color: rgb(101,41,124); }
td.TdClassName
{
border-color: #65297C;
}
.TagClassName
{
border-color: #65297C;
}
</style>