Shades of Blue Violet #750FDA
Tints of Blue Violet #750FDA
RGB
CMYK
RGB Variations
Color information
#750FDA (or 0x750FDA) is known color: Blue Violet. HEX triplet: 75, 0F and DA. RGB value is (117,15,218). Sum of RGB (Red+Green+Blue) = 117+15+218=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #750FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750FDA is #8AF025. Grayscale: #434343. Windows color (decimal): -9105446 or 14290805. OLE color: 14290805.
HSL color Cylindrical-coordinate representation of color #750FDA: hue angle of 270.15º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750FDA is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 15 | 218 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.15 |
| HSL | 270.15º | 0.87% | 0.46% | - |
| HSV(B) | 270.15º | 0.93% | 0.85% | - |
| XYZ | 20.16 | 9.19 | 67.04 | - |
| YUV | 68.64 | 212.29 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 218 | 0.46 | 0.93 | 0 | 0.15 | 270.15 | 0.87 | 0.46 |
| Hex | 75 | F | DA | 2E | 5D | 0 | F | 10E | 57 | 2E |
| Octal | 165 | 17 | 332 | 56 | 135 | 0 | 17 | 416 | 127 | 56 |
| Binary | 1110101 | 1111 | 11011010 | 101110 | 1011101 | 0 | 1111 | 100001110 | 1010111 | 101110 |
Color Harmonies of #750FDA
Complementary color
Monochromatic Colors of #750FDA
Black with #750FDA
Text Example
Text Example
White with #750FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750FDA; }
p { color: rgb(117,15,218); }
H1.HeaderClassName
{
color: #750FDA;
}
.AnyTagClassName
{
color: #750FDA;
}
</style>
background-color css
<style>
a { background-color: #750FDA; }
a { background-color: rgb(117,15,218); }
div.DivClassName
{
background-color: #750FDA;
}
.BgClassName
{
background-color: #750FDA;
}
</style>
border-color css
<style>
span { border-color: #750FDA; }
span { border-color: rgb(117,15,218); }
td.TdClassName
{
border-color: #750FDA;
}
.TagClassName
{
border-color: #750FDA;
}
</style>