Shades of Blue Violet #753CE4
Tints of Blue Violet #753CE4
RGB
CMYK
RGB Variations
Color information
#753CE4 (or 0x753CE4) is known color: Blue Violet. HEX triplet: 75, 3C and E4. RGB value is (117,60,228). Sum of RGB (Red+Green+Blue) = 117+60+228=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 228 (89.45% from 255 or 56.30% from 405); Max value from RGB is 228 - color contains mainly: blue. Hex color #753CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CE4 is #8AC31B. Grayscale: #5F5F5F. Windows color (decimal): -9093916 or 14957685. OLE color: 14957685.
HSL color Cylindrical-coordinate representation of color #753CE4: hue angle of 260.36º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #753CE4 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 60 | 228 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.11 |
| HSL | 260.36º | 0.76% | 0.56% | - |
| HSV(B) | 260.36º | 0.74% | 0.89% | - |
| XYZ | 22.96 | 12.62 | 74.62 | - |
| YUV | 96.2 | 202.38 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 228 | 0.49 | 0.74 | 0 | 0.11 | 260.36 | 0.76 | 0.56 |
| Hex | 75 | 3C | E4 | 31 | 4A | 0 | B | 104 | 4C | 38 |
| Octal | 165 | 74 | 344 | 61 | 112 | 0 | 13 | 404 | 114 | 70 |
| Binary | 1110101 | 111100 | 11100100 | 110001 | 1001010 | 0 | 1011 | 100000100 | 1001100 | 111000 |
Color Harmonies of #753CE4
Complementary color
Monochromatic Colors of #753CE4
Black with #753CE4
Text Example
Text Example
White with #753CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753CE4; }
p { color: rgb(117,60,228); }
H1.HeaderClassName
{
color: #753CE4;
}
.AnyTagClassName
{
color: #753CE4;
}
</style>
background-color css
<style>
a { background-color: #753CE4; }
a { background-color: rgb(117,60,228); }
div.DivClassName
{
background-color: #753CE4;
}
.BgClassName
{
background-color: #753CE4;
}
</style>
border-color css
<style>
span { border-color: #753CE4; }
span { border-color: rgb(117,60,228); }
td.TdClassName
{
border-color: #753CE4;
}
.TagClassName
{
border-color: #753CE4;
}
</style>