Shades of Vivid Violet #752E8E
Tints of Vivid Violet #752E8E
RGB
CMYK
RGB Variations
Color information
#752E8E (or 0x752E8E) is known color: Vivid Violet. HEX triplet: 75, 2E and 8E. RGB value is (117,46,142). Sum of RGB (Red+Green+Blue) = 117+46+142=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #752E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752E8E is #8AD171. Grayscale: #4D4D4D. Windows color (decimal): -9097586 or 9318005. OLE color: 9318005.
HSL color Cylindrical-coordinate representation of color #752E8E: hue angle of 284.38º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752E8E is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 46 | 142 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.44 |
| HSL | 284.38º | 0.51% | 0.37% | - |
| HSV(B) | 284.38º | 0.68% | 0.56% | - |
| XYZ | 13.2 | 7.69 | 26.38 | - |
| YUV | 78.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 142 | 0.18 | 0.68 | 0 | 0.44 | 284.38 | 0.51 | 0.37 |
| Hex | 75 | 2E | 8E | 12 | 44 | 0 | 2C | 11C | 33 | 25 |
| Octal | 165 | 56 | 216 | 22 | 104 | 0 | 54 | 434 | 63 | 45 |
| Binary | 1110101 | 101110 | 10001110 | 10010 | 1000100 | 0 | 101100 | 100011100 | 110011 | 100101 |
Color Harmonies of #752E8E
Complementary color
Monochromatic Colors of #752E8E
Black with #752E8E
Text Example
Text Example
White with #752E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E8E; }
p { color: rgb(117,46,142); }
H1.HeaderClassName
{
color: #752E8E;
}
.AnyTagClassName
{
color: #752E8E;
}
</style>
background-color css
<style>
a { background-color: #752E8E; }
a { background-color: rgb(117,46,142); }
div.DivClassName
{
background-color: #752E8E;
}
.BgClassName
{
background-color: #752E8E;
}
</style>
border-color css
<style>
span { border-color: #752E8E; }
span { border-color: rgb(117,46,142); }
td.TdClassName
{
border-color: #752E8E;
}
.TagClassName
{
border-color: #752E8E;
}
</style>