Shades of Blue Violet #752EFF
Tints of Blue Violet #752EFF
RGB
CMYK
RGB Variations
Color information
#752EFF (or 0x752EFF) is known color: Blue Violet. HEX triplet: 75, 2E and FF. RGB value is (117,46,255). Sum of RGB (Red+Green+Blue) = 117+46+255=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #752EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752EFF is #8AD100. Grayscale: #5A5A5A. Windows color (decimal): -9097473 or 16723573. OLE color: 16723573.
HSL color Cylindrical-coordinate representation of color #752EFF: hue angle of 260.38º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752EFF is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 46 | 255 | - |
| CMYK | 0.54 | 0.82 | 0 | 0 |
| HSL | 260.38º | 1% | 0.59% | - |
| HSV(B) | 260.38º | 0.82% | 1% | - |
| XYZ | 26.36 | 12.96 | 95.72 | - |
| YUV | 91.06 | 220.52 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 255 | 0.54 | 0.82 | 0 | 0 | 260.38 | 1 | 0.59 |
| Hex | 75 | 2E | FF | 36 | 52 | 0 | 0 | 104 | 64 | 3B |
| Octal | 165 | 56 | 377 | 66 | 122 | 0 | 0 | 404 | 144 | 73 |
| Binary | 1110101 | 101110 | 11111111 | 110110 | 1010010 | 0 | 0 | 100000100 | 1100100 | 111011 |
Color Harmonies of #752EFF
Complementary color
Monochromatic Colors of #752EFF
Black with #752EFF
Text Example
Text Example
White with #752EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752EFF; }
p { color: rgb(117,46,255); }
H1.HeaderClassName
{
color: #752EFF;
}
.AnyTagClassName
{
color: #752EFF;
}
</style>
background-color css
<style>
a { background-color: #752EFF; }
a { background-color: rgb(117,46,255); }
div.DivClassName
{
background-color: #752EFF;
}
.BgClassName
{
background-color: #752EFF;
}
</style>
border-color css
<style>
span { border-color: #752EFF; }
span { border-color: rgb(117,46,255); }
td.TdClassName
{
border-color: #752EFF;
}
.TagClassName
{
border-color: #752EFF;
}
</style>