Shades of Seance #722A6E
Tints of Seance #722A6E
RGB
CMYK
RGB Variations
Color information
#722A6E (or 0x722A6E) is known color: Seance. HEX triplet: 72, 2A and 6E. RGB value is (114,42,110). Sum of RGB (Red+Green+Blue) = 114+42+110=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #722A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722A6E is #8DD591. Grayscale: #474747. Windows color (decimal): -9295250 or 7219826. OLE color: 7219826.
HSL color Cylindrical-coordinate representation of color #722A6E: hue angle of 303.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #722A6E is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 110 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.55 |
| HSL | 303.33º | 0.46% | 0.31% | - |
| HSV(B) | 303.33º | 0.63% | 0.45% | - |
| XYZ | 10.58 | 6.36 | 15.42 | - |
| YUV | 71.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 110 | 0 | 0.63 | 0.04 | 0.55 | 303.33 | 0.46 | 0.31 |
| Hex | 72 | 2A | 6E | 0 | 3F | 4 | 37 | 12F | 2E | 1F |
| Octal | 162 | 52 | 156 | 0 | 77 | 4 | 67 | 457 | 56 | 37 |
| Binary | 1110010 | 101010 | 1101110 | 0 | 111111 | 100 | 110111 | 100101111 | 101110 | 11111 |
Color Harmonies of #722A6E
Complementary color
Monochromatic Colors of #722A6E
Black with #722A6E
Text Example
Text Example
White with #722A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A6E; }
p { color: rgb(114,42,110); }
H1.HeaderClassName
{
color: #722A6E;
}
.AnyTagClassName
{
color: #722A6E;
}
</style>
background-color css
<style>
a { background-color: #722A6E; }
a { background-color: rgb(114,42,110); }
div.DivClassName
{
background-color: #722A6E;
}
.BgClassName
{
background-color: #722A6E;
}
</style>
border-color css
<style>
span { border-color: #722A6E; }
span { border-color: rgb(114,42,110); }
td.TdClassName
{
border-color: #722A6E;
}
.TagClassName
{
border-color: #722A6E;
}
</style>