Shades of Vivid Violet #74208B
Tints of Vivid Violet #74208B
RGB
CMYK
RGB Variations
Color information
#74208B (or 0x74208B) is known color: Vivid Violet. HEX triplet: 74, 20 and 8B. RGB value is (116,32,139). Sum of RGB (Red+Green+Blue) = 116+32+139=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #74208B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74208B is #8BDF74. Grayscale: #444444. Windows color (decimal): -9166709 or 9117812. OLE color: 9117812.
HSL color Cylindrical-coordinate representation of color #74208B: hue angle of 287.1º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74208B is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 32 | 139 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.45 |
| HSL | 287.1º | 0.63% | 0.34% | - |
| HSV(B) | 287.1º | 0.77% | 0.55% | - |
| XYZ | 12.38 | 6.61 | 25.05 | - |
| YUV | 69.31 | 167.33 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 139 | 0.17 | 0.77 | 0 | 0.45 | 287.1 | 0.63 | 0.34 |
| Hex | 74 | 20 | 8B | 11 | 4D | 0 | 2D | 11F | 3F | 22 |
| Octal | 164 | 40 | 213 | 21 | 115 | 0 | 55 | 437 | 77 | 42 |
| Binary | 1110100 | 100000 | 10001011 | 10001 | 1001101 | 0 | 101101 | 100011111 | 111111 | 100010 |
Color Harmonies of #74208B
Complementary color
Monochromatic Colors of #74208B
Black with #74208B
Text Example
Text Example
White with #74208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74208B; }
p { color: rgb(116,32,139); }
H1.HeaderClassName
{
color: #74208B;
}
.AnyTagClassName
{
color: #74208B;
}
</style>
background-color css
<style>
a { background-color: #74208B; }
a { background-color: rgb(116,32,139); }
div.DivClassName
{
background-color: #74208B;
}
.BgClassName
{
background-color: #74208B;
}
</style>
border-color css
<style>
span { border-color: #74208B; }
span { border-color: rgb(116,32,139); }
td.TdClassName
{
border-color: #74208B;
}
.TagClassName
{
border-color: #74208B;
}
</style>