Shades of Blue Violet #753BDF
Tints of Blue Violet #753BDF
RGB
CMYK
RGB Variations
Color information
#753BDF (or 0x753BDF) is known color: Blue Violet. HEX triplet: 75, 3B and DF. RGB value is (117,59,223). Sum of RGB (Red+Green+Blue) = 117+59+223=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #753BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753BDF is #8AC420. Grayscale: #5E5E5E. Windows color (decimal): -9094177 or 14629749. OLE color: 14629749.
HSL color Cylindrical-coordinate representation of color #753BDF: hue angle of 261.22º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #753BDF is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 59 | 223 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.13 |
| HSL | 261.22º | 0.72% | 0.55% | - |
| HSV(B) | 261.22º | 0.74% | 0.87% | - |
| XYZ | 22.22 | 12.24 | 71 | - |
| YUV | 95.04 | 200.22 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 223 | 0.48 | 0.74 | 0 | 0.13 | 261.22 | 0.72 | 0.55 |
| Hex | 75 | 3B | DF | 30 | 4A | 0 | D | 105 | 48 | 37 |
| Octal | 165 | 73 | 337 | 60 | 112 | 0 | 15 | 405 | 110 | 67 |
| Binary | 1110101 | 111011 | 11011111 | 110000 | 1001010 | 0 | 1101 | 100000101 | 1001000 | 110111 |
Color Harmonies of #753BDF
Complementary color
Monochromatic Colors of #753BDF
Black with #753BDF
Text Example
Text Example
White with #753BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753BDF; }
p { color: rgb(117,59,223); }
H1.HeaderClassName
{
color: #753BDF;
}
.AnyTagClassName
{
color: #753BDF;
}
</style>
background-color css
<style>
a { background-color: #753BDF; }
a { background-color: rgb(117,59,223); }
div.DivClassName
{
background-color: #753BDF;
}
.BgClassName
{
background-color: #753BDF;
}
</style>
border-color css
<style>
span { border-color: #753BDF; }
span { border-color: rgb(117,59,223); }
td.TdClassName
{
border-color: #753BDF;
}
.TagClassName
{
border-color: #753BDF;
}
</style>