Shades of Blue Violet #753DFF
Tints of Blue Violet #753DFF
RGB
CMYK
RGB Variations
Color information
#753DFF (or 0x753DFF) is known color: Blue Violet. HEX triplet: 75, 3D and FF. RGB value is (117,61,255). Sum of RGB (Red+Green+Blue) = 117+61+255=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #753DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753DFF is #8AC200. Grayscale: #636363. Windows color (decimal): -9093633 or 16727413. OLE color: 16727413.
HSL color Cylindrical-coordinate representation of color #753DFF: hue angle of 257.32º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #753DFF is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 61 | 255 | - |
| CMYK | 0.54 | 0.76 | 0 | 0 |
| HSL | 257.32º | 1% | 0.62% | - |
| HSV(B) | 257.32º | 0.76% | 1% | - |
| XYZ | 27.05 | 14.34 | 95.95 | - |
| YUV | 99.86 | 215.55 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 255 | 0.54 | 0.76 | 0 | 0 | 257.32 | 1 | 0.62 |
| Hex | 75 | 3D | FF | 36 | 4C | 0 | 0 | 101 | 64 | 3E |
| Octal | 165 | 75 | 377 | 66 | 114 | 0 | 0 | 401 | 144 | 76 |
| Binary | 1110101 | 111101 | 11111111 | 110110 | 1001100 | 0 | 0 | 100000001 | 1100100 | 111110 |
Color Harmonies of #753DFF
Complementary color
Monochromatic Colors of #753DFF
Black with #753DFF
Text Example
Text Example
White with #753DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753DFF; }
p { color: rgb(117,61,255); }
H1.HeaderClassName
{
color: #753DFF;
}
.AnyTagClassName
{
color: #753DFF;
}
</style>
background-color css
<style>
a { background-color: #753DFF; }
a { background-color: rgb(117,61,255); }
div.DivClassName
{
background-color: #753DFF;
}
.BgClassName
{
background-color: #753DFF;
}
</style>
border-color css
<style>
span { border-color: #753DFF; }
span { border-color: rgb(117,61,255); }
td.TdClassName
{
border-color: #753DFF;
}
.TagClassName
{
border-color: #753DFF;
}
</style>