Shades of Blue Violet #753FDD
Tints of Blue Violet #753FDD
RGB
CMYK
RGB Variations
Color information
#753FDD (or 0x753FDD) is known color: Blue Violet. HEX triplet: 75, 3F and DD. RGB value is (117,63,221). Sum of RGB (Red+Green+Blue) = 117+63+221=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #753FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FDD is #8AC022. Grayscale: #606060. Windows color (decimal): -9093155 or 14499701. OLE color: 14499701.
HSL color Cylindrical-coordinate representation of color #753FDD: hue angle of 260.51º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #753FDD is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 63 | 221 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.13 |
| HSL | 260.51º | 0.7% | 0.56% | - |
| HSV(B) | 260.51º | 0.71% | 0.87% | - |
| XYZ | 22.16 | 12.56 | 69.66 | - |
| YUV | 97.16 | 197.89 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 221 | 0.47 | 0.71 | 0 | 0.13 | 260.51 | 0.7 | 0.56 |
| Hex | 75 | 3F | DD | 2F | 47 | 0 | D | 105 | 46 | 38 |
| Octal | 165 | 77 | 335 | 57 | 107 | 0 | 15 | 405 | 106 | 70 |
| Binary | 1110101 | 111111 | 11011101 | 101111 | 1000111 | 0 | 1101 | 100000101 | 1000110 | 111000 |
Color Harmonies of #753FDD
Complementary color
Monochromatic Colors of #753FDD
Black with #753FDD
Text Example
Text Example
White with #753FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FDD; }
p { color: rgb(117,63,221); }
H1.HeaderClassName
{
color: #753FDD;
}
.AnyTagClassName
{
color: #753FDD;
}
</style>
background-color css
<style>
a { background-color: #753FDD; }
a { background-color: rgb(117,63,221); }
div.DivClassName
{
background-color: #753FDD;
}
.BgClassName
{
background-color: #753FDD;
}
</style>
border-color css
<style>
span { border-color: #753FDD; }
span { border-color: rgb(117,63,221); }
td.TdClassName
{
border-color: #753FDD;
}
.TagClassName
{
border-color: #753FDD;
}
</style>