Shades of Vivid Violet #74229B
Tints of Vivid Violet #74229B
RGB
CMYK
RGB Variations
Color information
#74229B (or 0x74229B) is known color: Vivid Violet. HEX triplet: 74, 22 and 9B. RGB value is (116,34,155). Sum of RGB (Red+Green+Blue) = 116+34+155=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #74229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74229B is #8BDD64. Grayscale: #474747. Windows color (decimal): -9166181 or 10166900. OLE color: 10166900.
HSL color Cylindrical-coordinate representation of color #74229B: hue angle of 280.66º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74229B is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 34 | 155 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.39 |
| HSL | 280.66º | 0.64% | 0.37% | - |
| HSV(B) | 280.66º | 0.78% | 0.61% | - |
| XYZ | 13.69 | 7.22 | 31.68 | - |
| YUV | 72.31 | 174.67 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 155 | 0.25 | 0.78 | 0 | 0.39 | 280.66 | 0.64 | 0.37 |
| Hex | 74 | 22 | 9B | 19 | 4E | 0 | 27 | 119 | 40 | 25 |
| Octal | 164 | 42 | 233 | 31 | 116 | 0 | 47 | 431 | 100 | 45 |
| Binary | 1110100 | 100010 | 10011011 | 11001 | 1001110 | 0 | 100111 | 100011001 | 1000000 | 100101 |
Color Harmonies of #74229B
Complementary color
Monochromatic Colors of #74229B
Black with #74229B
Text Example
Text Example
White with #74229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74229B; }
p { color: rgb(116,34,155); }
H1.HeaderClassName
{
color: #74229B;
}
.AnyTagClassName
{
color: #74229B;
}
</style>
background-color css
<style>
a { background-color: #74229B; }
a { background-color: rgb(116,34,155); }
div.DivClassName
{
background-color: #74229B;
}
.BgClassName
{
background-color: #74229B;
}
</style>
border-color css
<style>
span { border-color: #74229B; }
span { border-color: rgb(116,34,155); }
td.TdClassName
{
border-color: #74229B;
}
.TagClassName
{
border-color: #74229B;
}
</style>