Shades of Blue Violet #751BDF
Tints of Blue Violet #751BDF
RGB
CMYK
RGB Variations
Color information
#751BDF (or 0x751BDF) is known color: Blue Violet. HEX triplet: 75, 1B and DF. RGB value is (117,27,223). Sum of RGB (Red+Green+Blue) = 117+27+223=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #751BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751BDF is #8AE420. Grayscale: #4B4B4B. Windows color (decimal): -9102369 or 14621557. OLE color: 14621557.
HSL color Cylindrical-coordinate representation of color #751BDF: hue angle of 267.55º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751BDF is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 27 | 223 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.13 |
| HSL | 267.55º | 0.78% | 0.49% | - |
| HSV(B) | 267.55º | 0.88% | 0.87% | - |
| XYZ | 21.05 | 9.89 | 70.61 | - |
| YUV | 76.25 | 210.82 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 27 | 223 | 0.48 | 0.88 | 0 | 0.13 | 267.55 | 0.78 | 0.49 |
| Hex | 75 | 1B | DF | 30 | 58 | 0 | D | 10C | 4E | 31 |
| Octal | 165 | 33 | 337 | 60 | 130 | 0 | 15 | 414 | 116 | 61 |
| Binary | 1110101 | 11011 | 11011111 | 110000 | 1011000 | 0 | 1101 | 100001100 | 1001110 | 110001 |
Color Harmonies of #751BDF
Complementary color
Monochromatic Colors of #751BDF
Black with #751BDF
Text Example
Text Example
White with #751BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751BDF; }
p { color: rgb(117,27,223); }
H1.HeaderClassName
{
color: #751BDF;
}
.AnyTagClassName
{
color: #751BDF;
}
</style>
background-color css
<style>
a { background-color: #751BDF; }
a { background-color: rgb(117,27,223); }
div.DivClassName
{
background-color: #751BDF;
}
.BgClassName
{
background-color: #751BDF;
}
</style>
border-color css
<style>
span { border-color: #751BDF; }
span { border-color: rgb(117,27,223); }
td.TdClassName
{
border-color: #751BDF;
}
.TagClassName
{
border-color: #751BDF;
}
</style>