Shades of Vivid Violet #751D9D
Tints of Vivid Violet #751D9D
RGB
CMYK
RGB Variations
Color information
#751D9D (or 0x751D9D) is known color: Vivid Violet. HEX triplet: 75, 1D and 9D. RGB value is (117,29,157). Sum of RGB (Red+Green+Blue) = 117+29+157=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #751D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751D9D is #8AE262. Grayscale: #454545. Windows color (decimal): -9101923 or 10296693. OLE color: 10296693.
HSL color Cylindrical-coordinate representation of color #751D9D: hue angle of 281.25º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751D9D is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 29 | 157 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.38 |
| HSL | 281.25º | 0.69% | 0.36% | - |
| HSV(B) | 281.25º | 0.82% | 0.62% | - |
| XYZ | 13.86 | 7.09 | 32.54 | - |
| YUV | 69.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 157 | 0.25 | 0.82 | 0 | 0.38 | 281.25 | 0.69 | 0.36 |
| Hex | 75 | 1D | 9D | 19 | 52 | 0 | 26 | 119 | 45 | 24 |
| Octal | 165 | 35 | 235 | 31 | 122 | 0 | 46 | 431 | 105 | 44 |
| Binary | 1110101 | 11101 | 10011101 | 11001 | 1010010 | 0 | 100110 | 100011001 | 1000101 | 100100 |
Color Harmonies of #751D9D
Complementary color
Monochromatic Colors of #751D9D
Black with #751D9D
Text Example
Text Example
White with #751D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D9D; }
p { color: rgb(117,29,157); }
H1.HeaderClassName
{
color: #751D9D;
}
.AnyTagClassName
{
color: #751D9D;
}
</style>
background-color css
<style>
a { background-color: #751D9D; }
a { background-color: rgb(117,29,157); }
div.DivClassName
{
background-color: #751D9D;
}
.BgClassName
{
background-color: #751D9D;
}
</style>
border-color css
<style>
span { border-color: #751D9D; }
span { border-color: rgb(117,29,157); }
td.TdClassName
{
border-color: #751D9D;
}
.TagClassName
{
border-color: #751D9D;
}
</style>