Shades of Vivid Violet #752397
Tints of Vivid Violet #752397
RGB
CMYK
RGB Variations
Color information
#752397 (or 0x752397) is known color: Vivid Violet. HEX triplet: 75, 23 and 97. RGB value is (117,35,151). Sum of RGB (Red+Green+Blue) = 117+35+151=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #752397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752397 is #8ADC68. Grayscale: #484848. Windows color (decimal): -9100393 or 9905013. OLE color: 9905013.
HSL color Cylindrical-coordinate representation of color #752397: hue angle of 282.41º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #752397 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 35 | 151 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.41 |
| HSL | 282.41º | 0.62% | 0.36% | - |
| HSV(B) | 282.41º | 0.77% | 0.59% | - |
| XYZ | 13.52 | 7.22 | 29.96 | - |
| YUV | 72.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 151 | 0.23 | 0.77 | 0 | 0.41 | 282.41 | 0.62 | 0.36 |
| Hex | 75 | 23 | 97 | 17 | 4D | 0 | 29 | 11A | 3E | 24 |
| Octal | 165 | 43 | 227 | 27 | 115 | 0 | 51 | 432 | 76 | 44 |
| Binary | 1110101 | 100011 | 10010111 | 10111 | 1001101 | 0 | 101001 | 100011010 | 111110 | 100100 |
Color Harmonies of #752397
Complementary color
Monochromatic Colors of #752397
Black with #752397
Text Example
Text Example
White with #752397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752397; }
p { color: rgb(117,35,151); }
H1.HeaderClassName
{
color: #752397;
}
.AnyTagClassName
{
color: #752397;
}
</style>
background-color css
<style>
a { background-color: #752397; }
a { background-color: rgb(117,35,151); }
div.DivClassName
{
background-color: #752397;
}
.BgClassName
{
background-color: #752397;
}
</style>
border-color css
<style>
span { border-color: #752397; }
span { border-color: rgb(117,35,151); }
td.TdClassName
{
border-color: #752397;
}
.TagClassName
{
border-color: #752397;
}
</style>