Shades of Seance #72277B
Tints of Seance #72277B
RGB
CMYK
RGB Variations
Color information
#72277B (or 0x72277B) is known color: Seance. HEX triplet: 72, 27 and 7B. RGB value is (114,39,123). Sum of RGB (Red+Green+Blue) = 114+39+123=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #72277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72277B is #8DD884. Grayscale: #464646. Windows color (decimal): -9296005 or 8071026. OLE color: 8071026.
HSL color Cylindrical-coordinate representation of color #72277B: hue angle of 293.57º 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 #72277B is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 39 | 123 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.52 |
| HSL | 293.57º | 0.52% | 0.32% | - |
| HSV(B) | 293.57º | 0.68% | 0.48% | - |
| XYZ | 11.24 | 6.46 | 19.39 | - |
| YUV | 71 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 123 | 0.07 | 0.68 | 0 | 0.52 | 293.57 | 0.52 | 0.32 |
| Hex | 72 | 27 | 7B | 7 | 44 | 0 | 34 | 126 | 34 | 20 |
| Octal | 162 | 47 | 173 | 7 | 104 | 0 | 64 | 446 | 64 | 40 |
| Binary | 1110010 | 100111 | 1111011 | 111 | 1000100 | 0 | 110100 | 100100110 | 110100 | 100000 |
Color Harmonies of #72277B
Complementary color
Monochromatic Colors of #72277B
Black with #72277B
Text Example
Text Example
White with #72277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72277B; }
p { color: rgb(114,39,123); }
H1.HeaderClassName
{
color: #72277B;
}
.AnyTagClassName
{
color: #72277B;
}
</style>
background-color css
<style>
a { background-color: #72277B; }
a { background-color: rgb(114,39,123); }
div.DivClassName
{
background-color: #72277B;
}
.BgClassName
{
background-color: #72277B;
}
</style>
border-color css
<style>
span { border-color: #72277B; }
span { border-color: rgb(114,39,123); }
td.TdClassName
{
border-color: #72277B;
}
.TagClassName
{
border-color: #72277B;
}
</style>