Shades of Blue Violet #753FFA
Tints of Blue Violet #753FFA
RGB
CMYK
RGB Variations
Color information
#753FFA (or 0x753FFA) is known color: Blue Violet. HEX triplet: 75, 3F and FA. RGB value is (117,63,250). Sum of RGB (Red+Green+Blue) = 117+63+250=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #753FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753FFA is #8AC005. Grayscale: #636363. Windows color (decimal): -9093126 or 16400245. OLE color: 16400245.
HSL color Cylindrical-coordinate representation of color #753FFA: hue angle of 257.33º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #753FFA is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 63 | 250 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.02 |
| HSL | 257.33º | 0.95% | 0.61% | - |
| HSV(B) | 257.33º | 0.75% | 0.98% | - |
| XYZ | 26.37 | 14.24 | 91.8 | - |
| YUV | 100.46 | 212.39 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 250 | 0.53 | 0.75 | 0 | 0.02 | 257.33 | 0.95 | 0.61 |
| Hex | 75 | 3F | FA | 35 | 4B | 0 | 2 | 101 | 5F | 3D |
| Octal | 165 | 77 | 372 | 65 | 113 | 0 | 2 | 401 | 137 | 75 |
| Binary | 1110101 | 111111 | 11111010 | 110101 | 1001011 | 0 | 10 | 100000001 | 1011111 | 111101 |
Color Harmonies of #753FFA
Complementary color
Monochromatic Colors of #753FFA
Black with #753FFA
Text Example
Text Example
White with #753FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FFA; }
p { color: rgb(117,63,250); }
H1.HeaderClassName
{
color: #753FFA;
}
.AnyTagClassName
{
color: #753FFA;
}
</style>
background-color css
<style>
a { background-color: #753FFA; }
a { background-color: rgb(117,63,250); }
div.DivClassName
{
background-color: #753FFA;
}
.BgClassName
{
background-color: #753FFA;
}
</style>
border-color css
<style>
span { border-color: #753FFA; }
span { border-color: rgb(117,63,250); }
td.TdClassName
{
border-color: #753FFA;
}
.TagClassName
{
border-color: #753FFA;
}
</style>