Shades of Blue Violet #751FDF
Tints of Blue Violet #751FDF
RGB
CMYK
RGB Variations
Color information
#751FDF (or 0x751FDF) is known color: Blue Violet. HEX triplet: 75, 1F and DF. RGB value is (117,31,223). Sum of RGB (Red+Green+Blue) = 117+31+223=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #751FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751FDF is #8AE020. Grayscale: #4D4D4D. Windows color (decimal): -9101345 or 14622581. OLE color: 14622581.
HSL color Cylindrical-coordinate representation of color #751FDF: hue angle of 266.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751FDF is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 31 | 223 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.13 |
| HSL | 266.88º | 0.76% | 0.5% | - |
| HSV(B) | 266.88º | 0.86% | 0.87% | - |
| XYZ | 21.15 | 10.09 | 70.65 | - |
| YUV | 78.6 | 209.49 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 223 | 0.48 | 0.86 | 0 | 0.13 | 266.88 | 0.76 | 0.5 |
| Hex | 75 | 1F | DF | 30 | 56 | 0 | D | 10B | 4C | 32 |
| Octal | 165 | 37 | 337 | 60 | 126 | 0 | 15 | 413 | 114 | 62 |
| Binary | 1110101 | 11111 | 11011111 | 110000 | 1010110 | 0 | 1101 | 100001011 | 1001100 | 110010 |
Color Harmonies of #751FDF
Complementary color
Monochromatic Colors of #751FDF
Black with #751FDF
Text Example
Text Example
White with #751FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751FDF; }
p { color: rgb(117,31,223); }
H1.HeaderClassName
{
color: #751FDF;
}
.AnyTagClassName
{
color: #751FDF;
}
</style>
background-color css
<style>
a { background-color: #751FDF; }
a { background-color: rgb(117,31,223); }
div.DivClassName
{
background-color: #751FDF;
}
.BgClassName
{
background-color: #751FDF;
}
</style>
border-color css
<style>
span { border-color: #751FDF; }
span { border-color: rgb(117,31,223); }
td.TdClassName
{
border-color: #751FDF;
}
.TagClassName
{
border-color: #751FDF;
}
</style>