Shades of Seance #74227A
Tints of Seance #74227A
RGB
CMYK
RGB Variations
Color information
#74227A (or 0x74227A) is known color: Seance. HEX triplet: 74, 22 and 7A. RGB value is (116,34,122). Sum of RGB (Red+Green+Blue) = 116+34+122=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #74227A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74227A is #8BDD85. Grayscale: #444444. Windows color (decimal): -9166214 or 8004212. OLE color: 8004212.
HSL color Cylindrical-coordinate representation of color #74227A: hue angle of 295.91º degrees, saturation: 0.56, 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 #74227A is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 34 | 122 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.52 |
| HSL | 295.91º | 0.56% | 0.31% | - |
| HSV(B) | 295.91º | 0.72% | 0.48% | - |
| XYZ | 11.29 | 6.26 | 19.03 | - |
| YUV | 68.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 122 | 0.05 | 0.72 | 0 | 0.52 | 295.91 | 0.56 | 0.31 |
| Hex | 74 | 22 | 7A | 5 | 48 | 0 | 34 | 128 | 38 | 1F |
| Octal | 164 | 42 | 172 | 5 | 110 | 0 | 64 | 450 | 70 | 37 |
| Binary | 1110100 | 100010 | 1111010 | 101 | 1001000 | 0 | 110100 | 100101000 | 111000 | 11111 |
Color Harmonies of #74227A
Complementary color
Monochromatic Colors of #74227A
Black with #74227A
Text Example
Text Example
White with #74227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74227A; }
p { color: rgb(116,34,122); }
H1.HeaderClassName
{
color: #74227A;
}
.AnyTagClassName
{
color: #74227A;
}
</style>
background-color css
<style>
a { background-color: #74227A; }
a { background-color: rgb(116,34,122); }
div.DivClassName
{
background-color: #74227A;
}
.BgClassName
{
background-color: #74227A;
}
</style>
border-color css
<style>
span { border-color: #74227A; }
span { border-color: rgb(116,34,122); }
td.TdClassName
{
border-color: #74227A;
}
.TagClassName
{
border-color: #74227A;
}
</style>