Shades of Vivid Violet #754092
Tints of Vivid Violet #754092
RGB
CMYK
RGB Variations
Color information
#754092 (or 0x754092) is known color: Vivid Violet. HEX triplet: 75, 40 and 92. RGB value is (117,64,146). Sum of RGB (Red+Green+Blue) = 117+64+146=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #754092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754092 is #8ABF6D. Grayscale: #585858. Windows color (decimal): -9092974 or 9584757. OLE color: 9584757.
HSL color Cylindrical-coordinate representation of color #754092: hue angle of 278.78º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #754092 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 64 | 146 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.43 |
| HSL | 278.78º | 0.39% | 0.41% | - |
| HSV(B) | 278.78º | 0.56% | 0.57% | - |
| XYZ | 14.36 | 9.52 | 28.28 | - |
| YUV | 89.2 | 160.06 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 146 | 0.20 | 0.56 | 0 | 0.43 | 278.78 | 0.39 | 0.41 |
| Hex | 75 | 40 | 92 | 14 | 38 | 0 | 2B | 117 | 27 | 29 |
| Octal | 165 | 100 | 222 | 24 | 70 | 0 | 53 | 427 | 47 | 51 |
| Binary | 1110101 | 1000000 | 10010010 | 10100 | 111000 | 0 | 101011 | 100010111 | 100111 | 101001 |
Color Harmonies of #754092
Complementary color
Monochromatic Colors of #754092
Black with #754092
Text Example
Text Example
White with #754092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754092; }
p { color: rgb(117,64,146); }
H1.HeaderClassName
{
color: #754092;
}
.AnyTagClassName
{
color: #754092;
}
</style>
background-color css
<style>
a { background-color: #754092; }
a { background-color: rgb(117,64,146); }
div.DivClassName
{
background-color: #754092;
}
.BgClassName
{
background-color: #754092;
}
</style>
border-color css
<style>
span { border-color: #754092; }
span { border-color: rgb(117,64,146); }
td.TdClassName
{
border-color: #754092;
}
.TagClassName
{
border-color: #754092;
}
</style>