Shades of Blue Violet #751CDA
Tints of Blue Violet #751CDA
RGB
CMYK
RGB Variations
Color information
#751CDA (or 0x751CDA) is known color: Blue Violet. HEX triplet: 75, 1C and DA. RGB value is (117,28,218). Sum of RGB (Red+Green+Blue) = 117+28+218=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #751CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751CDA is #8AE325. Grayscale: #4B4B4B. Windows color (decimal): -9102118 or 14294133. OLE color: 14294133.
HSL color Cylindrical-coordinate representation of color #751CDA: hue angle of 268.11º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #751CDA is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 28 | 218 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.15 |
| HSL | 268.11º | 0.77% | 0.48% | - |
| HSV(B) | 268.11º | 0.87% | 0.85% | - |
| XYZ | 20.41 | 9.67 | 67.12 | - |
| YUV | 76.27 | 207.99 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 218 | 0.46 | 0.87 | 0 | 0.15 | 268.11 | 0.77 | 0.48 |
| Hex | 75 | 1C | DA | 2E | 57 | 0 | F | 10C | 4D | 30 |
| Octal | 165 | 34 | 332 | 56 | 127 | 0 | 17 | 414 | 115 | 60 |
| Binary | 1110101 | 11100 | 11011010 | 101110 | 1010111 | 0 | 1111 | 100001100 | 1001101 | 110000 |
Color Harmonies of #751CDA
Complementary color
Monochromatic Colors of #751CDA
Black with #751CDA
Text Example
Text Example
White with #751CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751CDA; }
p { color: rgb(117,28,218); }
H1.HeaderClassName
{
color: #751CDA;
}
.AnyTagClassName
{
color: #751CDA;
}
</style>
background-color css
<style>
a { background-color: #751CDA; }
a { background-color: rgb(117,28,218); }
div.DivClassName
{
background-color: #751CDA;
}
.BgClassName
{
background-color: #751CDA;
}
</style>
border-color css
<style>
span { border-color: #751CDA; }
span { border-color: rgb(117,28,218); }
td.TdClassName
{
border-color: #751CDA;
}
.TagClassName
{
border-color: #751CDA;
}
</style>