Shades of Blue Violet #753FFF
Tints of Blue Violet #753FFF
RGB
CMYK
RGB Variations
Color information
#753FFF (or 0x753FFF) is known color: Blue Violet. HEX triplet: 75, 3F and FF. RGB value is (117,63,255). Sum of RGB (Red+Green+Blue) = 117+63+255=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #753FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753FFF is #8AC000. Grayscale: #646464. Windows color (decimal): -9093121 or 16727925. OLE color: 16727925.
HSL color Cylindrical-coordinate representation of color #753FFF: hue angle of 256.88º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #753FFF is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 63 | 255 | - |
| CMYK | 0.54 | 0.75 | 0 | 0 |
| HSL | 256.88º | 1% | 0.62% | - |
| HSV(B) | 256.88º | 0.75% | 1% | - |
| XYZ | 27.16 | 14.56 | 95.99 | - |
| YUV | 101.03 | 214.89 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 255 | 0.54 | 0.75 | 0 | 0 | 256.88 | 1 | 0.62 |
| Hex | 75 | 3F | FF | 36 | 4B | 0 | 0 | 101 | 64 | 3E |
| Octal | 165 | 77 | 377 | 66 | 113 | 0 | 0 | 401 | 144 | 76 |
| Binary | 1110101 | 111111 | 11111111 | 110110 | 1001011 | 0 | 0 | 100000001 | 1100100 | 111110 |
Color Harmonies of #753FFF
Complementary color
Monochromatic Colors of #753FFF
Black with #753FFF
Text Example
Text Example
White with #753FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FFF; }
p { color: rgb(117,63,255); }
H1.HeaderClassName
{
color: #753FFF;
}
.AnyTagClassName
{
color: #753FFF;
}
</style>
background-color css
<style>
a { background-color: #753FFF; }
a { background-color: rgb(117,63,255); }
div.DivClassName
{
background-color: #753FFF;
}
.BgClassName
{
background-color: #753FFF;
}
</style>
border-color css
<style>
span { border-color: #753FFF; }
span { border-color: rgb(117,63,255); }
td.TdClassName
{
border-color: #753FFF;
}
.TagClassName
{
border-color: #753FFF;
}
</style>