Shades of Blue Violet #751EDA
Tints of Blue Violet #751EDA
RGB
CMYK
RGB Variations
Color information
#751EDA (or 0x751EDA) is known color: Blue Violet. HEX triplet: 75, 1E and DA. RGB value is (117,30,218). Sum of RGB (Red+Green+Blue) = 117+30+218=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #751EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751EDA is #8AE125. Grayscale: #4C4C4C. Windows color (decimal): -9101606 or 14294645. OLE color: 14294645.
HSL color Cylindrical-coordinate representation of color #751EDA: hue angle of 267.77º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751EDA is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 30 | 218 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.15 |
| HSL | 267.77º | 0.76% | 0.49% | - |
| HSV(B) | 267.77º | 0.86% | 0.85% | - |
| XYZ | 20.46 | 9.77 | 67.14 | - |
| YUV | 77.45 | 207.32 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 218 | 0.46 | 0.86 | 0 | 0.15 | 267.77 | 0.76 | 0.49 |
| Hex | 75 | 1E | DA | 2E | 56 | 0 | F | 10C | 4C | 31 |
| Octal | 165 | 36 | 332 | 56 | 126 | 0 | 17 | 414 | 114 | 61 |
| Binary | 1110101 | 11110 | 11011010 | 101110 | 1010110 | 0 | 1111 | 100001100 | 1001100 | 110001 |
Color Harmonies of #751EDA
Complementary color
Monochromatic Colors of #751EDA
Black with #751EDA
Text Example
Text Example
White with #751EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751EDA; }
p { color: rgb(117,30,218); }
H1.HeaderClassName
{
color: #751EDA;
}
.AnyTagClassName
{
color: #751EDA;
}
</style>
background-color css
<style>
a { background-color: #751EDA; }
a { background-color: rgb(117,30,218); }
div.DivClassName
{
background-color: #751EDA;
}
.BgClassName
{
background-color: #751EDA;
}
</style>
border-color css
<style>
span { border-color: #751EDA; }
span { border-color: rgb(117,30,218); }
td.TdClassName
{
border-color: #751EDA;
}
.TagClassName
{
border-color: #751EDA;
}
</style>