Shades of Blue Violet #753AF3
Tints of Blue Violet #753AF3
RGB
CMYK
RGB Variations
Color information
#753AF3 (or 0x753AF3) is known color: Blue Violet. HEX triplet: 75, 3A and F3. RGB value is (117,58,243). Sum of RGB (Red+Green+Blue) = 117+58+243=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 243 (95.31% from 255 or 58.13% from 418); Max value from RGB is 243 - color contains mainly: blue. Hex color #753AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753AF3 is #8AC50C. Grayscale: #606060. Windows color (decimal): -9094413 or 15940213. OLE color: 15940213.
HSL color Cylindrical-coordinate representation of color #753AF3: hue angle of 259.14º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #753AF3 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 58 | 243 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.05 |
| HSL | 259.14º | 0.89% | 0.59% | - |
| HSV(B) | 259.14º | 0.76% | 0.95% | - |
| XYZ | 25.03 | 13.28 | 86.04 | - |
| YUV | 96.73 | 210.55 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 243 | 0.52 | 0.76 | 0 | 0.05 | 259.14 | 0.89 | 0.59 |
| Hex | 75 | 3A | F3 | 34 | 4C | 0 | 5 | 103 | 59 | 3B |
| Octal | 165 | 72 | 363 | 64 | 114 | 0 | 5 | 403 | 131 | 73 |
| Binary | 1110101 | 111010 | 11110011 | 110100 | 1001100 | 0 | 101 | 100000011 | 1011001 | 111011 |
Color Harmonies of #753AF3
Complementary color
Monochromatic Colors of #753AF3
Black with #753AF3
Text Example
Text Example
White with #753AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753AF3; }
p { color: rgb(117,58,243); }
H1.HeaderClassName
{
color: #753AF3;
}
.AnyTagClassName
{
color: #753AF3;
}
</style>
background-color css
<style>
a { background-color: #753AF3; }
a { background-color: rgb(117,58,243); }
div.DivClassName
{
background-color: #753AF3;
}
.BgClassName
{
background-color: #753AF3;
}
</style>
border-color css
<style>
span { border-color: #753AF3; }
span { border-color: rgb(117,58,243); }
td.TdClassName
{
border-color: #753AF3;
}
.TagClassName
{
border-color: #753AF3;
}
</style>