Shades of Blue Violet #752BFA
Tints of Blue Violet #752BFA
RGB
CMYK
RGB Variations
Color information
#752BFA (or 0x752BFA) is known color: Blue Violet. HEX triplet: 75, 2B and FA. RGB value is (117,43,250). Sum of RGB (Red+Green+Blue) = 117+43+250=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #752BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752BFA is #8AD405. Grayscale: #575757. Windows color (decimal): -9098246 or 16395125. OLE color: 16395125.
HSL color Cylindrical-coordinate representation of color #752BFA: hue angle of 261.45º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #752BFA is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 43 | 250 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.02 |
| HSL | 261.45º | 0.95% | 0.57% | - |
| HSV(B) | 261.45º | 0.83% | 0.98% | - |
| XYZ | 25.46 | 12.41 | 91.5 | - |
| YUV | 88.72 | 219.02 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 250 | 0.53 | 0.83 | 0 | 0.02 | 261.45 | 0.95 | 0.57 |
| Hex | 75 | 2B | FA | 35 | 53 | 0 | 2 | 105 | 5F | 39 |
| Octal | 165 | 53 | 372 | 65 | 123 | 0 | 2 | 405 | 137 | 71 |
| Binary | 1110101 | 101011 | 11111010 | 110101 | 1010011 | 0 | 10 | 100000101 | 1011111 | 111001 |
Color Harmonies of #752BFA
Complementary color
Monochromatic Colors of #752BFA
Black with #752BFA
Text Example
Text Example
White with #752BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BFA; }
p { color: rgb(117,43,250); }
H1.HeaderClassName
{
color: #752BFA;
}
.AnyTagClassName
{
color: #752BFA;
}
</style>
background-color css
<style>
a { background-color: #752BFA; }
a { background-color: rgb(117,43,250); }
div.DivClassName
{
background-color: #752BFA;
}
.BgClassName
{
background-color: #752BFA;
}
</style>
border-color css
<style>
span { border-color: #752BFA; }
span { border-color: rgb(117,43,250); }
td.TdClassName
{
border-color: #752BFA;
}
.TagClassName
{
border-color: #752BFA;
}
</style>