Shades of Blue Violet #753FE0
Tints of Blue Violet #753FE0
RGB
CMYK
RGB Variations
Color information
#753FE0 (or 0x753FE0) is known color: Blue Violet. HEX triplet: 75, 3F and E0. RGB value is (117,63,224). Sum of RGB (Red+Green+Blue) = 117+63+224=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #753FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FE0 is #8AC01F. Grayscale: #606060. Windows color (decimal): -9093152 or 14696309. OLE color: 14696309.
HSL color Cylindrical-coordinate representation of color #753FE0: hue angle of 260.12º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #753FE0 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 63 | 224 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.12 |
| HSL | 260.12º | 0.72% | 0.56% | - |
| HSV(B) | 260.12º | 0.72% | 0.88% | - |
| XYZ | 22.57 | 12.72 | 71.79 | - |
| YUV | 97.5 | 199.39 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 224 | 0.48 | 0.72 | 0 | 0.12 | 260.12 | 0.72 | 0.56 |
| Hex | 75 | 3F | E0 | 30 | 48 | 0 | C | 104 | 48 | 38 |
| Octal | 165 | 77 | 340 | 60 | 110 | 0 | 14 | 404 | 110 | 70 |
| Binary | 1110101 | 111111 | 11100000 | 110000 | 1001000 | 0 | 1100 | 100000100 | 1001000 | 111000 |
Color Harmonies of #753FE0
Complementary color
Monochromatic Colors of #753FE0
Black with #753FE0
Text Example
Text Example
White with #753FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FE0; }
p { color: rgb(117,63,224); }
H1.HeaderClassName
{
color: #753FE0;
}
.AnyTagClassName
{
color: #753FE0;
}
</style>
background-color css
<style>
a { background-color: #753FE0; }
a { background-color: rgb(117,63,224); }
div.DivClassName
{
background-color: #753FE0;
}
.BgClassName
{
background-color: #753FE0;
}
</style>
border-color css
<style>
span { border-color: #753FE0; }
span { border-color: rgb(117,63,224); }
td.TdClassName
{
border-color: #753FE0;
}
.TagClassName
{
border-color: #753FE0;
}
</style>