Shades of Blue Violet #751AD6
Tints of Blue Violet #751AD6
RGB
CMYK
RGB Variations
Color information
#751AD6 (or 0x751AD6) is known color: Blue Violet. HEX triplet: 75, 1A and D6. RGB value is (117,26,214). Sum of RGB (Red+Green+Blue) = 117+26+214=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 214 (83.98% from 255 or 59.94% from 357); Max value from RGB is 214 - color contains mainly: blue. Hex color #751AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751AD6 is #8AE529. Grayscale: #494949. Windows color (decimal): -9102634 or 14031477. OLE color: 14031477.
HSL color Cylindrical-coordinate representation of color #751AD6: hue angle of 269.04º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751AD6 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 26 | 214 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.16 |
| HSL | 269.04º | 0.78% | 0.47% | - |
| HSV(B) | 269.04º | 0.88% | 0.84% | - |
| XYZ | 19.84 | 9.38 | 64.38 | - |
| YUV | 74.64 | 206.65 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 214 | 0.45 | 0.88 | 0 | 0.16 | 269.04 | 0.78 | 0.47 |
| Hex | 75 | 1A | D6 | 2D | 58 | 0 | 10 | 10D | 4E | 2F |
| Octal | 165 | 32 | 326 | 55 | 130 | 0 | 20 | 415 | 116 | 57 |
| Binary | 1110101 | 11010 | 11010110 | 101101 | 1011000 | 0 | 10000 | 100001101 | 1001110 | 101111 |
Color Harmonies of #751AD6
Complementary color
Monochromatic Colors of #751AD6
Black with #751AD6
Text Example
Text Example
White with #751AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751AD6; }
p { color: rgb(117,26,214); }
H1.HeaderClassName
{
color: #751AD6;
}
.AnyTagClassName
{
color: #751AD6;
}
</style>
background-color css
<style>
a { background-color: #751AD6; }
a { background-color: rgb(117,26,214); }
div.DivClassName
{
background-color: #751AD6;
}
.BgClassName
{
background-color: #751AD6;
}
</style>
border-color css
<style>
span { border-color: #751AD6; }
span { border-color: rgb(117,26,214); }
td.TdClassName
{
border-color: #751AD6;
}
.TagClassName
{
border-color: #751AD6;
}
</style>