Shades of Blue Violet #753BFC
Tints of Blue Violet #753BFC
RGB
CMYK
RGB Variations
Color information
#753BFC (or 0x753BFC) is known color: Blue Violet. HEX triplet: 75, 3B and FC. RGB value is (117,59,252). Sum of RGB (Red+Green+Blue) = 117+59+252=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #753BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753BFC is #8AC403. Grayscale: #616161. Windows color (decimal): -9094148 or 16530293. OLE color: 16530293.
HSL color Cylindrical-coordinate representation of color #753BFC: hue angle of 258.03º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #753BFC is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 59 | 252 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.01 |
| HSL | 258.03º | 0.97% | 0.61% | - |
| HSV(B) | 258.03º | 0.77% | 0.99% | - |
| XYZ | 26.47 | 13.94 | 93.39 | - |
| YUV | 98.34 | 214.72 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 252 | 0.54 | 0.77 | 0 | 0.01 | 258.03 | 0.97 | 0.61 |
| Hex | 75 | 3B | FC | 36 | 4D | 0 | 1 | 102 | 61 | 3D |
| Octal | 165 | 73 | 374 | 66 | 115 | 0 | 1 | 402 | 141 | 75 |
| Binary | 1110101 | 111011 | 11111100 | 110110 | 1001101 | 0 | 1 | 100000010 | 1100001 | 111101 |
Color Harmonies of #753BFC
Complementary color
Monochromatic Colors of #753BFC
Black with #753BFC
Text Example
Text Example
White with #753BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753BFC; }
p { color: rgb(117,59,252); }
H1.HeaderClassName
{
color: #753BFC;
}
.AnyTagClassName
{
color: #753BFC;
}
</style>
background-color css
<style>
a { background-color: #753BFC; }
a { background-color: rgb(117,59,252); }
div.DivClassName
{
background-color: #753BFC;
}
.BgClassName
{
background-color: #753BFC;
}
</style>
border-color css
<style>
span { border-color: #753BFC; }
span { border-color: rgb(117,59,252); }
td.TdClassName
{
border-color: #753BFC;
}
.TagClassName
{
border-color: #753BFC;
}
</style>