Shades of Seance #74227C
Tints of Seance #74227C
RGB
CMYK
RGB Variations
Color information
#74227C (or 0x74227C) is known color: Seance. HEX triplet: 74, 22 and 7C. RGB value is (116,34,124). Sum of RGB (Red+Green+Blue) = 116+34+124=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #74227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74227C is #8BDD83. Grayscale: #444444. Windows color (decimal): -9166212 or 8135284. OLE color: 8135284.
HSL color Cylindrical-coordinate representation of color #74227C: hue angle of 294.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74227C is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 34 | 124 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.51 |
| HSL | 294.67º | 0.57% | 0.31% | - |
| HSV(B) | 294.67º | 0.73% | 0.49% | - |
| XYZ | 11.41 | 6.31 | 19.69 | - |
| YUV | 68.78 | 159.17 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 124 | 0.06 | 0.73 | 0 | 0.51 | 294.67 | 0.57 | 0.31 |
| Hex | 74 | 22 | 7C | 6 | 49 | 0 | 33 | 127 | 39 | 1F |
| Octal | 164 | 42 | 174 | 6 | 111 | 0 | 63 | 447 | 71 | 37 |
| Binary | 1110100 | 100010 | 1111100 | 110 | 1001001 | 0 | 110011 | 100100111 | 111001 | 11111 |
Color Harmonies of #74227C
Complementary color
Monochromatic Colors of #74227C
Black with #74227C
Text Example
Text Example
White with #74227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74227C; }
p { color: rgb(116,34,124); }
H1.HeaderClassName
{
color: #74227C;
}
.AnyTagClassName
{
color: #74227C;
}
</style>
background-color css
<style>
a { background-color: #74227C; }
a { background-color: rgb(116,34,124); }
div.DivClassName
{
background-color: #74227C;
}
.BgClassName
{
background-color: #74227C;
}
</style>
border-color css
<style>
span { border-color: #74227C; }
span { border-color: rgb(116,34,124); }
td.TdClassName
{
border-color: #74227C;
}
.TagClassName
{
border-color: #74227C;
}
</style>