Shades of Blue Violet #753BFA
Tints of Blue Violet #753BFA
RGB
CMYK
RGB Variations
Color information
#753BFA (or 0x753BFA) is known color: Blue Violet. HEX triplet: 75, 3B and FA. RGB value is (117,59,250). Sum of RGB (Red+Green+Blue) = 117+59+250=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #753BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753BFA is #8AC405. Grayscale: #616161. Windows color (decimal): -9094150 or 16399221. OLE color: 16399221.
HSL color Cylindrical-coordinate representation of color #753BFA: hue angle of 258.22º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #753BFA is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 59 | 250 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.02 |
| HSL | 258.22º | 0.95% | 0.61% | - |
| HSV(B) | 258.22º | 0.76% | 0.98% | - |
| XYZ | 26.16 | 13.81 | 91.73 | - |
| YUV | 98.12 | 213.72 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 250 | 0.53 | 0.76 | 0 | 0.02 | 258.22 | 0.95 | 0.61 |
| Hex | 75 | 3B | FA | 35 | 4C | 0 | 2 | 102 | 5F | 3D |
| Octal | 165 | 73 | 372 | 65 | 114 | 0 | 2 | 402 | 137 | 75 |
| Binary | 1110101 | 111011 | 11111010 | 110101 | 1001100 | 0 | 10 | 100000010 | 1011111 | 111101 |
Color Harmonies of #753BFA
Complementary color
Monochromatic Colors of #753BFA
Black with #753BFA
Text Example
Text Example
White with #753BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753BFA; }
p { color: rgb(117,59,250); }
H1.HeaderClassName
{
color: #753BFA;
}
.AnyTagClassName
{
color: #753BFA;
}
</style>
background-color css
<style>
a { background-color: #753BFA; }
a { background-color: rgb(117,59,250); }
div.DivClassName
{
background-color: #753BFA;
}
.BgClassName
{
background-color: #753BFA;
}
</style>
border-color css
<style>
span { border-color: #753BFA; }
span { border-color: rgb(117,59,250); }
td.TdClassName
{
border-color: #753BFA;
}
.TagClassName
{
border-color: #753BFA;
}
</style>