Shades of Blue Violet #753FFC
Tints of Blue Violet #753FFC
RGB
CMYK
RGB Variations
Color information
#753FFC (or 0x753FFC) is known color: Blue Violet. HEX triplet: 75, 3F and FC. RGB value is (117,63,252). Sum of RGB (Red+Green+Blue) = 117+63+252=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #753FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753FFC is #8AC003. Grayscale: #636363. Windows color (decimal): -9093124 or 16531317. OLE color: 16531317.
HSL color Cylindrical-coordinate representation of color #753FFC: hue angle of 257.14º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #753FFC is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 63 | 252 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.01 |
| HSL | 257.14º | 0.97% | 0.62% | - |
| HSV(B) | 257.14º | 0.75% | 0.99% | - |
| XYZ | 26.68 | 14.37 | 93.46 | - |
| YUV | 100.69 | 213.39 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 252 | 0.54 | 0.75 | 0 | 0.01 | 257.14 | 0.97 | 0.62 |
| Hex | 75 | 3F | FC | 36 | 4B | 0 | 1 | 101 | 61 | 3E |
| Octal | 165 | 77 | 374 | 66 | 113 | 0 | 1 | 401 | 141 | 76 |
| Binary | 1110101 | 111111 | 11111100 | 110110 | 1001011 | 0 | 1 | 100000001 | 1100001 | 111110 |
Color Harmonies of #753FFC
Complementary color
Monochromatic Colors of #753FFC
Black with #753FFC
Text Example
Text Example
White with #753FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FFC; }
p { color: rgb(117,63,252); }
H1.HeaderClassName
{
color: #753FFC;
}
.AnyTagClassName
{
color: #753FFC;
}
</style>
background-color css
<style>
a { background-color: #753FFC; }
a { background-color: rgb(117,63,252); }
div.DivClassName
{
background-color: #753FFC;
}
.BgClassName
{
background-color: #753FFC;
}
</style>
border-color css
<style>
span { border-color: #753FFC; }
span { border-color: rgb(117,63,252); }
td.TdClassName
{
border-color: #753FFC;
}
.TagClassName
{
border-color: #753FFC;
}
</style>