Shades of Vivid Violet #752C9C
Tints of Vivid Violet #752C9C
RGB
CMYK
RGB Variations
Color information
#752C9C (or 0x752C9C) is known color: Vivid Violet. HEX triplet: 75, 2C and 9C. RGB value is (117,44,156). Sum of RGB (Red+Green+Blue) = 117+44+156=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #752C9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752C9C is #8AD363. Grayscale: #4E4E4E. Windows color (decimal): -9098084 or 10234997. OLE color: 10234997.
HSL color Cylindrical-coordinate representation of color #752C9C: hue angle of 279.11º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752C9C is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 44 | 156 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.39 |
| HSL | 279.11º | 0.56% | 0.39% | - |
| HSV(B) | 279.11º | 0.72% | 0.61% | - |
| XYZ | 14.24 | 7.98 | 32.24 | - |
| YUV | 78.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 156 | 0.25 | 0.72 | 0 | 0.39 | 279.11 | 0.56 | 0.39 |
| Hex | 75 | 2C | 9C | 19 | 48 | 0 | 27 | 117 | 38 | 27 |
| Octal | 165 | 54 | 234 | 31 | 110 | 0 | 47 | 427 | 70 | 47 |
| Binary | 1110101 | 101100 | 10011100 | 11001 | 1001000 | 0 | 100111 | 100010111 | 111000 | 100111 |
Color Harmonies of #752C9C
Complementary color
Monochromatic Colors of #752C9C
Black with #752C9C
Text Example
Text Example
White with #752C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C9C; }
p { color: rgb(117,44,156); }
H1.HeaderClassName
{
color: #752C9C;
}
.AnyTagClassName
{
color: #752C9C;
}
</style>
background-color css
<style>
a { background-color: #752C9C; }
a { background-color: rgb(117,44,156); }
div.DivClassName
{
background-color: #752C9C;
}
.BgClassName
{
background-color: #752C9C;
}
</style>
border-color css
<style>
span { border-color: #752C9C; }
span { border-color: rgb(117,44,156); }
td.TdClassName
{
border-color: #752C9C;
}
.TagClassName
{
border-color: #752C9C;
}
</style>