Shades of Seance #72277A
Tints of Seance #72277A
RGB
CMYK
RGB Variations
Color information
#72277A (or 0x72277A) is known color: Seance. HEX triplet: 72, 27 and 7A. RGB value is (114,39,122). Sum of RGB (Red+Green+Blue) = 114+39+122=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #72277A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72277A is #8DD885. Grayscale: #464646. Windows color (decimal): -9296006 or 8005490. OLE color: 8005490.
HSL color Cylindrical-coordinate representation of color #72277A: hue angle of 294.22º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72277A is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 39 | 122 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.52 |
| HSL | 294.22º | 0.52% | 0.32% | - |
| HSV(B) | 294.22º | 0.68% | 0.48% | - |
| XYZ | 11.18 | 6.43 | 19.07 | - |
| YUV | 70.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 122 | 0.07 | 0.68 | 0 | 0.52 | 294.22 | 0.52 | 0.32 |
| Hex | 72 | 27 | 7A | 7 | 44 | 0 | 34 | 126 | 34 | 20 |
| Octal | 162 | 47 | 172 | 7 | 104 | 0 | 64 | 446 | 64 | 40 |
| Binary | 1110010 | 100111 | 1111010 | 111 | 1000100 | 0 | 110100 | 100100110 | 110100 | 100000 |
Color Harmonies of #72277A
Complementary color
Monochromatic Colors of #72277A
Black with #72277A
Text Example
Text Example
White with #72277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72277A; }
p { color: rgb(114,39,122); }
H1.HeaderClassName
{
color: #72277A;
}
.AnyTagClassName
{
color: #72277A;
}
</style>
background-color css
<style>
a { background-color: #72277A; }
a { background-color: rgb(114,39,122); }
div.DivClassName
{
background-color: #72277A;
}
.BgClassName
{
background-color: #72277A;
}
</style>
border-color css
<style>
span { border-color: #72277A; }
span { border-color: rgb(114,39,122); }
td.TdClassName
{
border-color: #72277A;
}
.TagClassName
{
border-color: #72277A;
}
</style>