Shades of Vivid Violet #751694
Tints of Vivid Violet #751694
RGB
CMYK
RGB Variations
Color information
#751694 (or 0x751694) is known color: Vivid Violet. HEX triplet: 75, 16 and 94. RGB value is (117,22,148). Sum of RGB (Red+Green+Blue) = 117+22+148=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #751694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751694 is #8AE96B. Grayscale: #404040. Windows color (decimal): -9103724 or 9705077. OLE color: 9705077.
HSL color Cylindrical-coordinate representation of color #751694: hue angle of 285.24º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751694 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 22 | 148 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.42 |
| HSL | 285.24º | 0.74% | 0.33% | - |
| HSV(B) | 285.24º | 0.85% | 0.58% | - |
| XYZ | 12.97 | 6.49 | 28.59 | - |
| YUV | 64.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 148 | 0.21 | 0.85 | 0 | 0.42 | 285.24 | 0.74 | 0.33 |
| Hex | 75 | 16 | 94 | 15 | 55 | 0 | 2A | 11D | 4A | 21 |
| Octal | 165 | 26 | 224 | 25 | 125 | 0 | 52 | 435 | 112 | 41 |
| Binary | 1110101 | 10110 | 10010100 | 10101 | 1010101 | 0 | 101010 | 100011101 | 1001010 | 100001 |
Color Harmonies of #751694
Complementary color
Monochromatic Colors of #751694
Black with #751694
Text Example
Text Example
White with #751694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751694; }
p { color: rgb(117,22,148); }
H1.HeaderClassName
{
color: #751694;
}
.AnyTagClassName
{
color: #751694;
}
</style>
background-color css
<style>
a { background-color: #751694; }
a { background-color: rgb(117,22,148); }
div.DivClassName
{
background-color: #751694;
}
.BgClassName
{
background-color: #751694;
}
</style>
border-color css
<style>
span { border-color: #751694; }
span { border-color: rgb(117,22,148); }
td.TdClassName
{
border-color: #751694;
}
.TagClassName
{
border-color: #751694;
}
</style>