Shades of Seance #72217B
Tints of Seance #72217B
RGB
CMYK
RGB Variations
Color information
#72217B (or 0x72217B) is known color: Seance. HEX triplet: 72, 21 and 7B. RGB value is (114,33,123). Sum of RGB (Red+Green+Blue) = 114+33+123=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #72217B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72217B is #8DDE84. Grayscale: #434343. Windows color (decimal): -9297541 or 8069490. OLE color: 8069490.
HSL color Cylindrical-coordinate representation of color #72217B: hue angle of 294º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72217B is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 33 | 123 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.52 |
| HSL | 294º | 0.58% | 0.31% | - |
| HSV(B) | 294º | 0.73% | 0.48% | - |
| XYZ | 11.06 | 6.1 | 19.33 | - |
| YUV | 67.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 123 | 0.07 | 0.73 | 0 | 0.52 | 294 | 0.58 | 0.31 |
| Hex | 72 | 21 | 7B | 7 | 49 | 0 | 34 | 126 | 3A | 1F |
| Octal | 162 | 41 | 173 | 7 | 111 | 0 | 64 | 446 | 72 | 37 |
| Binary | 1110010 | 100001 | 1111011 | 111 | 1001001 | 0 | 110100 | 100100110 | 111010 | 11111 |
Color Harmonies of #72217B
Complementary color
Monochromatic Colors of #72217B
Black with #72217B
Text Example
Text Example
White with #72217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72217B; }
p { color: rgb(114,33,123); }
H1.HeaderClassName
{
color: #72217B;
}
.AnyTagClassName
{
color: #72217B;
}
</style>
background-color css
<style>
a { background-color: #72217B; }
a { background-color: rgb(114,33,123); }
div.DivClassName
{
background-color: #72217B;
}
.BgClassName
{
background-color: #72217B;
}
</style>
border-color css
<style>
span { border-color: #72217B; }
span { border-color: rgb(114,33,123); }
td.TdClassName
{
border-color: #72217B;
}
.TagClassName
{
border-color: #72217B;
}
</style>