Shades of Vivid Violet #752092
Tints of Vivid Violet #752092
RGB
CMYK
RGB Variations
Color information
#752092 (or 0x752092) is known color: Vivid Violet. HEX triplet: 75, 20 and 92. RGB value is (117,32,146). Sum of RGB (Red+Green+Blue) = 117+32+146=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #752092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752092 is #8ADF6D. Grayscale: #464646. Windows color (decimal): -9101166 or 9576565. OLE color: 9576565.
HSL color Cylindrical-coordinate representation of color #752092: hue angle of 284.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752092 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 32 | 146 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.43 |
| HSL | 284.74º | 0.64% | 0.35% | - |
| HSV(B) | 284.74º | 0.78% | 0.57% | - |
| XYZ | 13.04 | 6.89 | 27.84 | - |
| YUV | 70.41 | 170.66 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 146 | 0.20 | 0.78 | 0 | 0.43 | 284.74 | 0.64 | 0.35 |
| Hex | 75 | 20 | 92 | 14 | 4E | 0 | 2B | 11D | 40 | 23 |
| Octal | 165 | 40 | 222 | 24 | 116 | 0 | 53 | 435 | 100 | 43 |
| Binary | 1110101 | 100000 | 10010010 | 10100 | 1001110 | 0 | 101011 | 100011101 | 1000000 | 100011 |
Color Harmonies of #752092
Complementary color
Monochromatic Colors of #752092
Black with #752092
Text Example
Text Example
White with #752092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752092; }
p { color: rgb(117,32,146); }
H1.HeaderClassName
{
color: #752092;
}
.AnyTagClassName
{
color: #752092;
}
</style>
background-color css
<style>
a { background-color: #752092; }
a { background-color: rgb(117,32,146); }
div.DivClassName
{
background-color: #752092;
}
.BgClassName
{
background-color: #752092;
}
</style>
border-color css
<style>
span { border-color: #752092; }
span { border-color: rgb(117,32,146); }
td.TdClassName
{
border-color: #752092;
}
.TagClassName
{
border-color: #752092;
}
</style>