Shades of Vivid Violet #74228B
Tints of Vivid Violet #74228B
RGB
CMYK
RGB Variations
Color information
#74228B (or 0x74228B) is known color: Vivid Violet. HEX triplet: 74, 22 and 8B. RGB value is (116,34,139). Sum of RGB (Red+Green+Blue) = 116+34+139=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #74228B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74228B is #8BDD74. Grayscale: #464646. Windows color (decimal): -9166197 or 9118324. OLE color: 9118324.
HSL color Cylindrical-coordinate representation of color #74228B: hue angle of 286.86º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74228B is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 34 | 139 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.45 |
| HSL | 286.86º | 0.61% | 0.34% | - |
| HSV(B) | 286.86º | 0.76% | 0.55% | - |
| XYZ | 12.43 | 6.72 | 25.07 | - |
| YUV | 70.49 | 166.67 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 139 | 0.17 | 0.76 | 0 | 0.45 | 286.86 | 0.61 | 0.34 |
| Hex | 74 | 22 | 8B | 11 | 4C | 0 | 2D | 11F | 3D | 22 |
| Octal | 164 | 42 | 213 | 21 | 114 | 0 | 55 | 437 | 75 | 42 |
| Binary | 1110100 | 100010 | 10001011 | 10001 | 1001100 | 0 | 101101 | 100011111 | 111101 | 100010 |
Color Harmonies of #74228B
Complementary color
Monochromatic Colors of #74228B
Black with #74228B
Text Example
Text Example
White with #74228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74228B; }
p { color: rgb(116,34,139); }
H1.HeaderClassName
{
color: #74228B;
}
.AnyTagClassName
{
color: #74228B;
}
</style>
background-color css
<style>
a { background-color: #74228B; }
a { background-color: rgb(116,34,139); }
div.DivClassName
{
background-color: #74228B;
}
.BgClassName
{
background-color: #74228B;
}
</style>
border-color css
<style>
span { border-color: #74228B; }
span { border-color: rgb(116,34,139); }
td.TdClassName
{
border-color: #74228B;
}
.TagClassName
{
border-color: #74228B;
}
</style>