Shades of Blue Violet #753BED
Tints of Blue Violet #753BED
RGB
CMYK
RGB Variations
Color information
#753BED (or 0x753BED) is known color: Blue Violet. HEX triplet: 75, 3B and ED. RGB value is (117,59,237). Sum of RGB (Red+Green+Blue) = 117+59+237=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #753BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753BED is #8AC412. Grayscale: #5F5F5F. Windows color (decimal): -9094163 or 15547253. OLE color: 15547253.
HSL color Cylindrical-coordinate representation of color #753BED: hue angle of 259.55º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #753BED is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 59 | 237 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.07 |
| HSL | 259.55º | 0.83% | 0.58% | - |
| HSV(B) | 259.55º | 0.75% | 0.93% | - |
| XYZ | 24.19 | 13.02 | 81.36 | - |
| YUV | 96.63 | 207.22 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 237 | 0.51 | 0.75 | 0 | 0.07 | 259.55 | 0.83 | 0.58 |
| Hex | 75 | 3B | ED | 33 | 4B | 0 | 7 | 104 | 53 | 3A |
| Octal | 165 | 73 | 355 | 63 | 113 | 0 | 7 | 404 | 123 | 72 |
| Binary | 1110101 | 111011 | 11101101 | 110011 | 1001011 | 0 | 111 | 100000100 | 1010011 | 111010 |
Color Harmonies of #753BED
Complementary color
Monochromatic Colors of #753BED
Black with #753BED
Text Example
Text Example
White with #753BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753BED; }
p { color: rgb(117,59,237); }
H1.HeaderClassName
{
color: #753BED;
}
.AnyTagClassName
{
color: #753BED;
}
</style>
background-color css
<style>
a { background-color: #753BED; }
a { background-color: rgb(117,59,237); }
div.DivClassName
{
background-color: #753BED;
}
.BgClassName
{
background-color: #753BED;
}
</style>
border-color css
<style>
span { border-color: #753BED; }
span { border-color: rgb(117,59,237); }
td.TdClassName
{
border-color: #753BED;
}
.TagClassName
{
border-color: #753BED;
}
</style>