Shades of Seance #65346F
Tints of Seance #65346F
RGB
CMYK
RGB Variations
Color information
#65346F (or 0x65346F) is known color: Seance. HEX triplet: 65, 34 and 6F. RGB value is (101,52,111). Sum of RGB (Red+Green+Blue) = 101+52+111=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #65346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65346F is #9ACB90. Grayscale: #494949. Windows color (decimal): -10144657 or 7287909. OLE color: 7287909.
HSL color Cylindrical-coordinate representation of color #65346F: hue angle of 289.83º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65346F is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 52 | 111 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.56 |
| HSL | 289.83º | 0.36% | 0.32% | - |
| HSV(B) | 289.83º | 0.53% | 0.44% | - |
| XYZ | 9.46 | 6.37 | 15.77 | - |
| YUV | 73.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 111 | 0.09 | 0.53 | 0 | 0.56 | 289.83 | 0.36 | 0.32 |
| Hex | 65 | 34 | 6F | 9 | 35 | 0 | 38 | 122 | 24 | 20 |
| Octal | 145 | 64 | 157 | 11 | 65 | 0 | 70 | 442 | 44 | 40 |
| Binary | 1100101 | 110100 | 1101111 | 1001 | 110101 | 0 | 111000 | 100100010 | 100100 | 100000 |
Color Harmonies of #65346F
Complementary color
Monochromatic Colors of #65346F
Black with #65346F
Text Example
Text Example
White with #65346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65346F; }
p { color: rgb(101,52,111); }
H1.HeaderClassName
{
color: #65346F;
}
.AnyTagClassName
{
color: #65346F;
}
</style>
background-color css
<style>
a { background-color: #65346F; }
a { background-color: rgb(101,52,111); }
div.DivClassName
{
background-color: #65346F;
}
.BgClassName
{
background-color: #65346F;
}
</style>
border-color css
<style>
span { border-color: #65346F; }
span { border-color: rgb(101,52,111); }
td.TdClassName
{
border-color: #65346F;
}
.TagClassName
{
border-color: #65346F;
}
</style>