Shades of Vivid Violet #752386
Tints of Vivid Violet #752386
RGB
CMYK
RGB Variations
Color information
#752386 (or 0x752386) is known color: Vivid Violet. HEX triplet: 75, 23 and 86. RGB value is (117,35,134). Sum of RGB (Red+Green+Blue) = 117+35+134=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #752386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752386 is #8ADC79. Grayscale: #464646. Windows color (decimal): -9100410 or 8790901. OLE color: 8790901.
HSL color Cylindrical-coordinate representation of color #752386: hue angle of 289.7º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752386 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 35 | 134 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.47 |
| HSL | 289.7º | 0.59% | 0.33% | - |
| HSV(B) | 289.7º | 0.74% | 0.53% | - |
| XYZ | 12.24 | 6.71 | 23.2 | - |
| YUV | 70.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 134 | 0.13 | 0.74 | 0 | 0.47 | 289.7 | 0.59 | 0.33 |
| Hex | 75 | 23 | 86 | D | 4A | 0 | 2F | 122 | 3B | 21 |
| Octal | 165 | 43 | 206 | 15 | 112 | 0 | 57 | 442 | 73 | 41 |
| Binary | 1110101 | 100011 | 10000110 | 1101 | 1001010 | 0 | 101111 | 100100010 | 111011 | 100001 |
Color Harmonies of #752386
Complementary color
Monochromatic Colors of #752386
Black with #752386
Text Example
Text Example
White with #752386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752386; }
p { color: rgb(117,35,134); }
H1.HeaderClassName
{
color: #752386;
}
.AnyTagClassName
{
color: #752386;
}
</style>
background-color css
<style>
a { background-color: #752386; }
a { background-color: rgb(117,35,134); }
div.DivClassName
{
background-color: #752386;
}
.BgClassName
{
background-color: #752386;
}
</style>
border-color css
<style>
span { border-color: #752386; }
span { border-color: rgb(117,35,134); }
td.TdClassName
{
border-color: #752386;
}
.TagClassName
{
border-color: #752386;
}
</style>