Shades of Seance #74227B
Tints of Seance #74227B
RGB
CMYK
RGB Variations
Color information
#74227B (or 0x74227B) is known color: Seance. HEX triplet: 74, 22 and 7B. RGB value is (116,34,123). Sum of RGB (Red+Green+Blue) = 116+34+123=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #74227B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74227B is #8BDD84. Grayscale: #444444. Windows color (decimal): -9166213 or 8069748. OLE color: 8069748.
HSL color Cylindrical-coordinate representation of color #74227B: hue angle of 295.28º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74227B is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 34 | 123 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.52 |
| HSL | 295.28º | 0.57% | 0.31% | - |
| HSV(B) | 295.28º | 0.72% | 0.48% | - |
| XYZ | 11.35 | 6.29 | 19.35 | - |
| YUV | 68.66 | 158.67 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 123 | 0.06 | 0.72 | 0 | 0.52 | 295.28 | 0.57 | 0.31 |
| Hex | 74 | 22 | 7B | 6 | 48 | 0 | 34 | 127 | 39 | 1F |
| Octal | 164 | 42 | 173 | 6 | 110 | 0 | 64 | 447 | 71 | 37 |
| Binary | 1110100 | 100010 | 1111011 | 110 | 1001000 | 0 | 110100 | 100100111 | 111001 | 11111 |
Color Harmonies of #74227B
Complementary color
Monochromatic Colors of #74227B
Black with #74227B
Text Example
Text Example
White with #74227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74227B; }
p { color: rgb(116,34,123); }
H1.HeaderClassName
{
color: #74227B;
}
.AnyTagClassName
{
color: #74227B;
}
</style>
background-color css
<style>
a { background-color: #74227B; }
a { background-color: rgb(116,34,123); }
div.DivClassName
{
background-color: #74227B;
}
.BgClassName
{
background-color: #74227B;
}
</style>
border-color css
<style>
span { border-color: #74227B; }
span { border-color: rgb(116,34,123); }
td.TdClassName
{
border-color: #74227B;
}
.TagClassName
{
border-color: #74227B;
}
</style>