Shades of Vivid Violet #752F9A
Tints of Vivid Violet #752F9A
RGB
CMYK
RGB Variations
Color information
#752F9A (or 0x752F9A) is known color: Vivid Violet. HEX triplet: 75, 2F and 9A. RGB value is (117,47,154). Sum of RGB (Red+Green+Blue) = 117+47+154=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #752F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752F9A is #8AD065. Grayscale: #4F4F4F. Windows color (decimal): -9097318 or 10104693. OLE color: 10104693.
HSL color Cylindrical-coordinate representation of color #752F9A: hue angle of 279.25º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752F9A is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 47 | 154 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.40 |
| HSL | 279.25º | 0.53% | 0.39% | - |
| HSV(B) | 279.25º | 0.69% | 0.6% | - |
| XYZ | 14.19 | 8.15 | 31.4 | - |
| YUV | 80.13 | 169.69 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 154 | 0.24 | 0.69 | 0 | 0.40 | 279.25 | 0.53 | 0.39 |
| Hex | 75 | 2F | 9A | 18 | 45 | 0 | 28 | 117 | 35 | 27 |
| Octal | 165 | 57 | 232 | 30 | 105 | 0 | 50 | 427 | 65 | 47 |
| Binary | 1110101 | 101111 | 10011010 | 11000 | 1000101 | 0 | 101000 | 100010111 | 110101 | 100111 |
Color Harmonies of #752F9A
Complementary color
Monochromatic Colors of #752F9A
Black with #752F9A
Text Example
Text Example
White with #752F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F9A; }
p { color: rgb(117,47,154); }
H1.HeaderClassName
{
color: #752F9A;
}
.AnyTagClassName
{
color: #752F9A;
}
</style>
background-color css
<style>
a { background-color: #752F9A; }
a { background-color: rgb(117,47,154); }
div.DivClassName
{
background-color: #752F9A;
}
.BgClassName
{
background-color: #752F9A;
}
</style>
border-color css
<style>
span { border-color: #752F9A; }
span { border-color: rgb(117,47,154); }
td.TdClassName
{
border-color: #752F9A;
}
.TagClassName
{
border-color: #752F9A;
}
</style>