Shades of Blue Violet #7514E5
Tints of Blue Violet #7514E5
RGB
CMYK
RGB Variations
Color information
#7514E5 (or 0x7514E5) is known color: Blue Violet. HEX triplet: 75, 14 and E5. RGB value is (117,20,229). Sum of RGB (Red+Green+Blue) = 117+20+229=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 229 (89.84% from 255 or 62.57% from 366); Max value from RGB is 229 - color contains mainly: blue. Hex color #7514E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7514E5 is #8AEB1A. Grayscale: #484848. Windows color (decimal): -9104155 or 15012981. OLE color: 15012981.
HSL color Cylindrical-coordinate representation of color #7514E5: hue angle of 267.85º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7514E5 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 20 | 229 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.10 |
| HSL | 267.85º | 0.84% | 0.49% | - |
| HSV(B) | 267.85º | 0.91% | 0.9% | - |
| XYZ | 21.73 | 9.94 | 74.9 | - |
| YUV | 72.83 | 216.14 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 20 | 229 | 0.49 | 0.91 | 0 | 0.10 | 267.85 | 0.84 | 0.49 |
| Hex | 75 | 14 | E5 | 31 | 5B | 0 | A | 10C | 54 | 31 |
| Octal | 165 | 24 | 345 | 61 | 133 | 0 | 12 | 414 | 124 | 61 |
| Binary | 1110101 | 10100 | 11100101 | 110001 | 1011011 | 0 | 1010 | 100001100 | 1010100 | 110001 |
Color Harmonies of #7514E5
Complementary color
Monochromatic Colors of #7514E5
Black with #7514E5
Text Example
Text Example
White with #7514E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7514E5; }
p { color: rgb(117,20,229); }
H1.HeaderClassName
{
color: #7514E5;
}
.AnyTagClassName
{
color: #7514E5;
}
</style>
background-color css
<style>
a { background-color: #7514E5; }
a { background-color: rgb(117,20,229); }
div.DivClassName
{
background-color: #7514E5;
}
.BgClassName
{
background-color: #7514E5;
}
</style>
border-color css
<style>
span { border-color: #7514E5; }
span { border-color: rgb(117,20,229); }
td.TdClassName
{
border-color: #7514E5;
}
.TagClassName
{
border-color: #7514E5;
}
</style>