Shades of Vivid Violet #742085
Tints of Vivid Violet #742085
RGB
CMYK
RGB Variations
Color information
#742085 (or 0x742085) is known color: Vivid Violet. HEX triplet: 74, 20 and 85. RGB value is (116,32,133). Sum of RGB (Red+Green+Blue) = 116+32+133=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #742085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742085 is #8BDF7A. Grayscale: #444444. Windows color (decimal): -9166715 or 8724596. OLE color: 8724596.
HSL color Cylindrical-coordinate representation of color #742085: hue angle of 289.9º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742085 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 32 | 133 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.48 |
| HSL | 289.9º | 0.61% | 0.32% | - |
| HSV(B) | 289.9º | 0.76% | 0.52% | - |
| XYZ | 11.95 | 6.44 | 22.8 | - |
| YUV | 68.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 133 | 0.13 | 0.76 | 0 | 0.48 | 289.9 | 0.61 | 0.32 |
| Hex | 74 | 20 | 85 | D | 4C | 0 | 30 | 122 | 3D | 20 |
| Octal | 164 | 40 | 205 | 15 | 114 | 0 | 60 | 442 | 75 | 40 |
| Binary | 1110100 | 100000 | 10000101 | 1101 | 1001100 | 0 | 110000 | 100100010 | 111101 | 100000 |
Color Harmonies of #742085
Complementary color
Monochromatic Colors of #742085
Black with #742085
Text Example
Text Example
White with #742085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742085; }
p { color: rgb(116,32,133); }
H1.HeaderClassName
{
color: #742085;
}
.AnyTagClassName
{
color: #742085;
}
</style>
background-color css
<style>
a { background-color: #742085; }
a { background-color: rgb(116,32,133); }
div.DivClassName
{
background-color: #742085;
}
.BgClassName
{
background-color: #742085;
}
</style>
border-color css
<style>
span { border-color: #742085; }
span { border-color: rgb(116,32,133); }
td.TdClassName
{
border-color: #742085;
}
.TagClassName
{
border-color: #742085;
}
</style>