Shades of Blue Violet #753FFB
Tints of Blue Violet #753FFB
RGB
CMYK
RGB Variations
Color information
#753FFB (or 0x753FFB) is known color: Blue Violet. HEX triplet: 75, 3F and FB. RGB value is (117,63,251). Sum of RGB (Red+Green+Blue) = 117+63+251=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #753FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753FFB is #8AC004. Grayscale: #636363. Windows color (decimal): -9093125 or 16465781. OLE color: 16465781.
HSL color Cylindrical-coordinate representation of color #753FFB: hue angle of 257.23º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #753FFB is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 63 | 251 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.02 |
| HSL | 257.23º | 0.96% | 0.62% | - |
| HSV(B) | 257.23º | 0.75% | 0.98% | - |
| XYZ | 26.53 | 14.3 | 92.63 | - |
| YUV | 100.58 | 212.89 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 251 | 0.53 | 0.75 | 0 | 0.02 | 257.23 | 0.96 | 0.62 |
| Hex | 75 | 3F | FB | 35 | 4B | 0 | 2 | 101 | 60 | 3E |
| Octal | 165 | 77 | 373 | 65 | 113 | 0 | 2 | 401 | 140 | 76 |
| Binary | 1110101 | 111111 | 11111011 | 110101 | 1001011 | 0 | 10 | 100000001 | 1100000 | 111110 |
Color Harmonies of #753FFB
Complementary color
Monochromatic Colors of #753FFB
Black with #753FFB
Text Example
Text Example
White with #753FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FFB; }
p { color: rgb(117,63,251); }
H1.HeaderClassName
{
color: #753FFB;
}
.AnyTagClassName
{
color: #753FFB;
}
</style>
background-color css
<style>
a { background-color: #753FFB; }
a { background-color: rgb(117,63,251); }
div.DivClassName
{
background-color: #753FFB;
}
.BgClassName
{
background-color: #753FFB;
}
</style>
border-color css
<style>
span { border-color: #753FFB; }
span { border-color: rgb(117,63,251); }
td.TdClassName
{
border-color: #753FFB;
}
.TagClassName
{
border-color: #753FFB;
}
</style>