Shades of Vivid Violet #751F8B
Tints of Vivid Violet #751F8B
RGB
CMYK
RGB Variations
Color information
#751F8B (or 0x751F8B) is known color: Vivid Violet. HEX triplet: 75, 1F and 8B. RGB value is (117,31,139). Sum of RGB (Red+Green+Blue) = 117+31+139=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #751F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751F8B is #8AE074. Grayscale: #444444. Windows color (decimal): -9101429 or 9117557. OLE color: 9117557.
HSL color Cylindrical-coordinate representation of color #751F8B: hue angle of 287.78º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751F8B is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 31 | 139 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.45 |
| HSL | 287.78º | 0.64% | 0.33% | - |
| HSV(B) | 287.78º | 0.78% | 0.55% | - |
| XYZ | 12.49 | 6.63 | 25.05 | - |
| YUV | 69.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 139 | 0.16 | 0.78 | 0 | 0.45 | 287.78 | 0.64 | 0.33 |
| Hex | 75 | 1F | 8B | 10 | 4E | 0 | 2D | 120 | 40 | 21 |
| Octal | 165 | 37 | 213 | 20 | 116 | 0 | 55 | 440 | 100 | 41 |
| Binary | 1110101 | 11111 | 10001011 | 10000 | 1001110 | 0 | 101101 | 100100000 | 1000000 | 100001 |
Color Harmonies of #751F8B
Complementary color
Monochromatic Colors of #751F8B
Black with #751F8B
Text Example
Text Example
White with #751F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751F8B; }
p { color: rgb(117,31,139); }
H1.HeaderClassName
{
color: #751F8B;
}
.AnyTagClassName
{
color: #751F8B;
}
</style>
background-color css
<style>
a { background-color: #751F8B; }
a { background-color: rgb(117,31,139); }
div.DivClassName
{
background-color: #751F8B;
}
.BgClassName
{
background-color: #751F8B;
}
</style>
border-color css
<style>
span { border-color: #751F8B; }
span { border-color: rgb(117,31,139); }
td.TdClassName
{
border-color: #751F8B;
}
.TagClassName
{
border-color: #751F8B;
}
</style>