Shades of Blue Violet #753FE6
Tints of Blue Violet #753FE6
RGB
CMYK
RGB Variations
Color information
#753FE6 (or 0x753FE6) is known color: Blue Violet. HEX triplet: 75, 3F and E6. RGB value is (117,63,230). Sum of RGB (Red+Green+Blue) = 117+63+230=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #753FE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753FE6 is #8AC019. Grayscale: #616161. Windows color (decimal): -9093146 or 15089525. OLE color: 15089525.
HSL color Cylindrical-coordinate representation of color #753FE6: hue angle of 259.4º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #753FE6 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 63 | 230 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.10 |
| HSL | 259.4º | 0.77% | 0.57% | - |
| HSV(B) | 259.4º | 0.73% | 0.9% | - |
| XYZ | 23.4 | 13.05 | 76.15 | - |
| YUV | 98.18 | 202.39 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 230 | 0.49 | 0.73 | 0 | 0.10 | 259.4 | 0.77 | 0.57 |
| Hex | 75 | 3F | E6 | 31 | 49 | 0 | A | 103 | 4D | 39 |
| Octal | 165 | 77 | 346 | 61 | 111 | 0 | 12 | 403 | 115 | 71 |
| Binary | 1110101 | 111111 | 11100110 | 110001 | 1001001 | 0 | 1010 | 100000011 | 1001101 | 111001 |
Color Harmonies of #753FE6
Complementary color
Monochromatic Colors of #753FE6
Black with #753FE6
Text Example
Text Example
White with #753FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FE6; }
p { color: rgb(117,63,230); }
H1.HeaderClassName
{
color: #753FE6;
}
.AnyTagClassName
{
color: #753FE6;
}
</style>
background-color css
<style>
a { background-color: #753FE6; }
a { background-color: rgb(117,63,230); }
div.DivClassName
{
background-color: #753FE6;
}
.BgClassName
{
background-color: #753FE6;
}
</style>
border-color css
<style>
span { border-color: #753FE6; }
span { border-color: rgb(117,63,230); }
td.TdClassName
{
border-color: #753FE6;
}
.TagClassName
{
border-color: #753FE6;
}
</style>