Shades of Blue Violet #753EDF
Tints of Blue Violet #753EDF
RGB
CMYK
RGB Variations
Color information
#753EDF (or 0x753EDF) is known color: Blue Violet. HEX triplet: 75, 3E and DF. RGB value is (117,62,223). Sum of RGB (Red+Green+Blue) = 117+62+223=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #753EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753EDF is #8AC120. Grayscale: #606060. Windows color (decimal): -9093409 or 14630517. OLE color: 14630517.
HSL color Cylindrical-coordinate representation of color #753EDF: hue angle of 260.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #753EDF is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 62 | 223 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.13 |
| HSL | 260.5º | 0.72% | 0.56% | - |
| HSV(B) | 260.5º | 0.72% | 0.87% | - |
| XYZ | 22.38 | 12.55 | 71.06 | - |
| YUV | 96.8 | 199.22 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 223 | 0.48 | 0.72 | 0 | 0.13 | 260.5 | 0.72 | 0.56 |
| Hex | 75 | 3E | DF | 30 | 48 | 0 | D | 104 | 48 | 38 |
| Octal | 165 | 76 | 337 | 60 | 110 | 0 | 15 | 404 | 110 | 70 |
| Binary | 1110101 | 111110 | 11011111 | 110000 | 1001000 | 0 | 1101 | 100000100 | 1001000 | 111000 |
Color Harmonies of #753EDF
Complementary color
Monochromatic Colors of #753EDF
Black with #753EDF
Text Example
Text Example
White with #753EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753EDF; }
p { color: rgb(117,62,223); }
H1.HeaderClassName
{
color: #753EDF;
}
.AnyTagClassName
{
color: #753EDF;
}
</style>
background-color css
<style>
a { background-color: #753EDF; }
a { background-color: rgb(117,62,223); }
div.DivClassName
{
background-color: #753EDF;
}
.BgClassName
{
background-color: #753EDF;
}
</style>
border-color css
<style>
span { border-color: #753EDF; }
span { border-color: rgb(117,62,223); }
td.TdClassName
{
border-color: #753EDF;
}
.TagClassName
{
border-color: #753EDF;
}
</style>