Shades of Blue Violet #752FFA
Tints of Blue Violet #752FFA
RGB
CMYK
RGB Variations
Color information
#752FFA (or 0x752FFA) is known color: Blue Violet. HEX triplet: 75, 2F and FA. RGB value is (117,47,250). Sum of RGB (Red+Green+Blue) = 117+47+250=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #752FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752FFA is #8AD005. Grayscale: #5A5A5A. Windows color (decimal): -9097222 or 16396149. OLE color: 16396149.
HSL color Cylindrical-coordinate representation of color #752FFA: hue angle of 260.69º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752FFA is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 47 | 250 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.02 |
| HSL | 260.69º | 0.95% | 0.58% | - |
| HSV(B) | 260.69º | 0.81% | 0.98% | - |
| XYZ | 25.61 | 12.72 | 91.55 | - |
| YUV | 91.07 | 217.69 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 250 | 0.53 | 0.81 | 0 | 0.02 | 260.69 | 0.95 | 0.58 |
| Hex | 75 | 2F | FA | 35 | 51 | 0 | 2 | 105 | 5F | 3A |
| Octal | 165 | 57 | 372 | 65 | 121 | 0 | 2 | 405 | 137 | 72 |
| Binary | 1110101 | 101111 | 11111010 | 110101 | 1010001 | 0 | 10 | 100000101 | 1011111 | 111010 |
Color Harmonies of #752FFA
Complementary color
Monochromatic Colors of #752FFA
Black with #752FFA
Text Example
Text Example
White with #752FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FFA; }
p { color: rgb(117,47,250); }
H1.HeaderClassName
{
color: #752FFA;
}
.AnyTagClassName
{
color: #752FFA;
}
</style>
background-color css
<style>
a { background-color: #752FFA; }
a { background-color: rgb(117,47,250); }
div.DivClassName
{
background-color: #752FFA;
}
.BgClassName
{
background-color: #752FFA;
}
</style>
border-color css
<style>
span { border-color: #752FFA; }
span { border-color: rgb(117,47,250); }
td.TdClassName
{
border-color: #752FFA;
}
.TagClassName
{
border-color: #752FFA;
}
</style>