Shades of Blue Violet #753FEF
Tints of Blue Violet #753FEF
RGB
CMYK
RGB Variations
Color information
#753FEF (or 0x753FEF) is known color: Blue Violet. HEX triplet: 75, 3F and EF. RGB value is (117,63,239). Sum of RGB (Red+Green+Blue) = 117+63+239=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #753FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753FEF is #8AC010. Grayscale: #626262. Windows color (decimal): -9093137 or 15679349. OLE color: 15679349.
HSL color Cylindrical-coordinate representation of color #753FEF: hue angle of 258.41º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #753FEF is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 63 | 239 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.06 |
| HSL | 258.41º | 0.85% | 0.59% | - |
| HSV(B) | 258.41º | 0.74% | 0.94% | - |
| XYZ | 24.69 | 13.57 | 82.98 | - |
| YUV | 99.21 | 206.89 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 239 | 0.51 | 0.74 | 0 | 0.06 | 258.41 | 0.85 | 0.59 |
| Hex | 75 | 3F | EF | 33 | 4A | 0 | 6 | 102 | 55 | 3B |
| Octal | 165 | 77 | 357 | 63 | 112 | 0 | 6 | 402 | 125 | 73 |
| Binary | 1110101 | 111111 | 11101111 | 110011 | 1001010 | 0 | 110 | 100000010 | 1010101 | 111011 |
Color Harmonies of #753FEF
Complementary color
Monochromatic Colors of #753FEF
Black with #753FEF
Text Example
Text Example
White with #753FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FEF; }
p { color: rgb(117,63,239); }
H1.HeaderClassName
{
color: #753FEF;
}
.AnyTagClassName
{
color: #753FEF;
}
</style>
background-color css
<style>
a { background-color: #753FEF; }
a { background-color: rgb(117,63,239); }
div.DivClassName
{
background-color: #753FEF;
}
.BgClassName
{
background-color: #753FEF;
}
</style>
border-color css
<style>
span { border-color: #753FEF; }
span { border-color: rgb(117,63,239); }
td.TdClassName
{
border-color: #753FEF;
}
.TagClassName
{
border-color: #753FEF;
}
</style>