Shades of Blue Violet #752DFE
Tints of Blue Violet #752DFE
RGB
CMYK
RGB Variations
Color information
#752DFE (or 0x752DFE) is known color: Blue Violet. HEX triplet: 75, 2D and FE. RGB value is (117,45,254). Sum of RGB (Red+Green+Blue) = 117+45+254=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #752DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752DFE is #8AD201. Grayscale: #595959. Windows color (decimal): -9097730 or 16657781. OLE color: 16657781.
HSL color Cylindrical-coordinate representation of color #752DFE: hue angle of 260.67º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752DFE is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 45 | 254 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.00 |
| HSL | 260.67º | 0.99% | 0.59% | - |
| HSV(B) | 260.67º | 0.82% | 1% | - |
| XYZ | 26.16 | 12.81 | 94.86 | - |
| YUV | 90.35 | 220.35 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 254 | 0.54 | 0.82 | 0 | 0.00 | 260.67 | 0.99 | 0.59 |
| Hex | 75 | 2D | FE | 36 | 52 | 0 | 0 | 105 | 63 | 3B |
| Octal | 165 | 55 | 376 | 66 | 122 | 0 | 0 | 405 | 143 | 73 |
| Binary | 1110101 | 101101 | 11111110 | 110110 | 1010010 | 0 | 0 | 100000101 | 1100011 | 111011 |
Color Harmonies of #752DFE
Complementary color
Monochromatic Colors of #752DFE
Black with #752DFE
Text Example
Text Example
White with #752DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752DFE; }
p { color: rgb(117,45,254); }
H1.HeaderClassName
{
color: #752DFE;
}
.AnyTagClassName
{
color: #752DFE;
}
</style>
background-color css
<style>
a { background-color: #752DFE; }
a { background-color: rgb(117,45,254); }
div.DivClassName
{
background-color: #752DFE;
}
.BgClassName
{
background-color: #752DFE;
}
</style>
border-color css
<style>
span { border-color: #752DFE; }
span { border-color: rgb(117,45,254); }
td.TdClassName
{
border-color: #752DFE;
}
.TagClassName
{
border-color: #752DFE;
}
</style>