Shades of Seance #65167A
Tints of Seance #65167A
RGB
CMYK
RGB Variations
Color information
#65167A (or 0x65167A) is known color: Seance. HEX triplet: 65, 16 and 7A. RGB value is (101,22,122). Sum of RGB (Red+Green+Blue) = 101+22+122=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #65167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65167A is #9AE985. Grayscale: #383838. Windows color (decimal): -10152326 or 8001125. OLE color: 8001125.
HSL color Cylindrical-coordinate representation of color #65167A: hue angle of 287.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65167A is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 22 | 122 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.52 |
| HSL | 287.4º | 0.69% | 0.28% | - |
| HSV(B) | 287.4º | 0.82% | 0.48% | - |
| XYZ | 9.17 | 4.75 | 18.85 | - |
| YUV | 57.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 122 | 0.17 | 0.82 | 0 | 0.52 | 287.4 | 0.69 | 0.28 |
| Hex | 65 | 16 | 7A | 11 | 52 | 0 | 34 | 11F | 45 | 1C |
| Octal | 145 | 26 | 172 | 21 | 122 | 0 | 64 | 437 | 105 | 34 |
| Binary | 1100101 | 10110 | 1111010 | 10001 | 1010010 | 0 | 110100 | 100011111 | 1000101 | 11100 |
Color Harmonies of #65167A
Complementary color
Monochromatic Colors of #65167A
Black with #65167A
Text Example
Text Example
White with #65167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65167A; }
p { color: rgb(101,22,122); }
H1.HeaderClassName
{
color: #65167A;
}
.AnyTagClassName
{
color: #65167A;
}
</style>
background-color css
<style>
a { background-color: #65167A; }
a { background-color: rgb(101,22,122); }
div.DivClassName
{
background-color: #65167A;
}
.BgClassName
{
background-color: #65167A;
}
</style>
border-color css
<style>
span { border-color: #65167A; }
span { border-color: rgb(101,22,122); }
td.TdClassName
{
border-color: #65167A;
}
.TagClassName
{
border-color: #65167A;
}
</style>