Shades of Blue Violet #753BFF
Tints of Blue Violet #753BFF
RGB
CMYK
RGB Variations
Color information
#753BFF (or 0x753BFF) is known color: Blue Violet. HEX triplet: 75, 3B and FF. RGB value is (117,59,255). Sum of RGB (Red+Green+Blue) = 117+59+255=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #753BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753BFF is #8AC400. Grayscale: #616161. Windows color (decimal): -9094145 or 16726901. OLE color: 16726901.
HSL color Cylindrical-coordinate representation of color #753BFF: hue angle of 257.76º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #753BFF is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 59 | 255 | - |
| CMYK | 0.54 | 0.77 | 0 | 0 |
| HSL | 257.76º | 1% | 0.62% | - |
| HSV(B) | 257.76º | 0.77% | 1% | - |
| XYZ | 26.95 | 14.13 | 95.91 | - |
| YUV | 98.69 | 216.22 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 255 | 0.54 | 0.77 | 0 | 0 | 257.76 | 1 | 0.62 |
| Hex | 75 | 3B | FF | 36 | 4D | 0 | 0 | 102 | 64 | 3E |
| Octal | 165 | 73 | 377 | 66 | 115 | 0 | 0 | 402 | 144 | 76 |
| Binary | 1110101 | 111011 | 11111111 | 110110 | 1001101 | 0 | 0 | 100000010 | 1100100 | 111110 |
Color Harmonies of #753BFF
Complementary color
Monochromatic Colors of #753BFF
Black with #753BFF
Text Example
Text Example
White with #753BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753BFF; }
p { color: rgb(117,59,255); }
H1.HeaderClassName
{
color: #753BFF;
}
.AnyTagClassName
{
color: #753BFF;
}
</style>
background-color css
<style>
a { background-color: #753BFF; }
a { background-color: rgb(117,59,255); }
div.DivClassName
{
background-color: #753BFF;
}
.BgClassName
{
background-color: #753BFF;
}
</style>
border-color css
<style>
span { border-color: #753BFF; }
span { border-color: rgb(117,59,255); }
td.TdClassName
{
border-color: #753BFF;
}
.TagClassName
{
border-color: #753BFF;
}
</style>