Shades of Seance #65306E
Tints of Seance #65306E
RGB
CMYK
RGB Variations
Color information
#65306E (or 0x65306E) is known color: Seance. HEX triplet: 65, 30 and 6E. RGB value is (101,48,110). Sum of RGB (Red+Green+Blue) = 101+48+110=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 110 - color contains mainly: blue. Hex color #65306E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65306E is #9ACF91. Grayscale: #464646. Windows color (decimal): -10145682 or 7221349. OLE color: 7221349.
HSL color Cylindrical-coordinate representation of color #65306E: hue angle of 291.29º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65306E is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 48 | 110 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.57 |
| HSL | 291.29º | 0.39% | 0.31% | - |
| HSV(B) | 291.29º | 0.56% | 0.43% | - |
| XYZ | 9.24 | 6.01 | 15.42 | - |
| YUV | 70.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 110 | 0.08 | 0.56 | 0 | 0.57 | 291.29 | 0.39 | 0.31 |
| Hex | 65 | 30 | 6E | 8 | 38 | 0 | 39 | 123 | 27 | 1F |
| Octal | 145 | 60 | 156 | 10 | 70 | 0 | 71 | 443 | 47 | 37 |
| Binary | 1100101 | 110000 | 1101110 | 1000 | 111000 | 0 | 111001 | 100100011 | 100111 | 11111 |
Color Harmonies of #65306E
Complementary color
Monochromatic Colors of #65306E
Black with #65306E
Text Example
Text Example
White with #65306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65306E; }
p { color: rgb(101,48,110); }
H1.HeaderClassName
{
color: #65306E;
}
.AnyTagClassName
{
color: #65306E;
}
</style>
background-color css
<style>
a { background-color: #65306E; }
a { background-color: rgb(101,48,110); }
div.DivClassName
{
background-color: #65306E;
}
.BgClassName
{
background-color: #65306E;
}
</style>
border-color css
<style>
span { border-color: #65306E; }
span { border-color: rgb(101,48,110); }
td.TdClassName
{
border-color: #65306E;
}
.TagClassName
{
border-color: #65306E;
}
</style>