Shades of Blue Violet #753AF8
Tints of Blue Violet #753AF8
RGB
CMYK
RGB Variations
Color information
#753AF8 (or 0x753AF8) is known color: Blue Violet. HEX triplet: 75, 3A and F8. RGB value is (117,58,248). Sum of RGB (Red+Green+Blue) = 117+58+248=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 248 (97.27% from 255 or 58.63% from 423); Max value from RGB is 248 - color contains mainly: blue. Hex color #753AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753AF8 is #8AC507. Grayscale: #606060. Windows color (decimal): -9094408 or 16267893. OLE color: 16267893.
HSL color Cylindrical-coordinate representation of color #753AF8: hue angle of 258.63º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #753AF8 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 58 | 248 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.03 |
| HSL | 258.63º | 0.93% | 0.6% | - |
| HSV(B) | 258.63º | 0.77% | 0.97% | - |
| XYZ | 25.79 | 13.59 | 90.07 | - |
| YUV | 97.3 | 213.05 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 248 | 0.53 | 0.77 | 0 | 0.03 | 258.63 | 0.93 | 0.6 |
| Hex | 75 | 3A | F8 | 35 | 4D | 0 | 3 | 103 | 5D | 3C |
| Octal | 165 | 72 | 370 | 65 | 115 | 0 | 3 | 403 | 135 | 74 |
| Binary | 1110101 | 111010 | 11111000 | 110101 | 1001101 | 0 | 11 | 100000011 | 1011101 | 111100 |
Color Harmonies of #753AF8
Complementary color
Monochromatic Colors of #753AF8
Black with #753AF8
Text Example
Text Example
White with #753AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753AF8; }
p { color: rgb(117,58,248); }
H1.HeaderClassName
{
color: #753AF8;
}
.AnyTagClassName
{
color: #753AF8;
}
</style>
background-color css
<style>
a { background-color: #753AF8; }
a { background-color: rgb(117,58,248); }
div.DivClassName
{
background-color: #753AF8;
}
.BgClassName
{
background-color: #753AF8;
}
</style>
border-color css
<style>
span { border-color: #753AF8; }
span { border-color: rgb(117,58,248); }
td.TdClassName
{
border-color: #753AF8;
}
.TagClassName
{
border-color: #753AF8;
}
</style>