Shades of Blue Violet #7514E6
Tints of Blue Violet #7514E6
RGB
CMYK
RGB Variations
Color information
#7514E6 (or 0x7514E6) is known color: Blue Violet. HEX triplet: 75, 14 and E6. RGB value is (117,20,230). Sum of RGB (Red+Green+Blue) = 117+20+230=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 230 (90.23% from 255 or 62.67% from 367); Max value from RGB is 230 - color contains mainly: blue. Hex color #7514E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7514E6 is #8AEB19. Grayscale: #484848. Windows color (decimal): -9104154 or 15078517. OLE color: 15078517.
HSL color Cylindrical-coordinate representation of color #7514E6: hue angle of 267.71º 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 #7514E6 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 20 | 230 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.10 |
| HSL | 267.71º | 0.84% | 0.49% | - |
| HSV(B) | 267.71º | 0.91% | 0.9% | - |
| XYZ | 21.87 | 10 | 75.64 | - |
| YUV | 72.94 | 216.64 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 20 | 230 | 0.49 | 0.91 | 0 | 0.10 | 267.71 | 0.84 | 0.49 |
| Hex | 75 | 14 | E6 | 31 | 5B | 0 | A | 10C | 54 | 31 |
| Octal | 165 | 24 | 346 | 61 | 133 | 0 | 12 | 414 | 124 | 61 |
| Binary | 1110101 | 10100 | 11100110 | 110001 | 1011011 | 0 | 1010 | 100001100 | 1010100 | 110001 |
Color Harmonies of #7514E6
Complementary color
Monochromatic Colors of #7514E6
Black with #7514E6
Text Example
Text Example
White with #7514E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7514E6; }
p { color: rgb(117,20,230); }
H1.HeaderClassName
{
color: #7514E6;
}
.AnyTagClassName
{
color: #7514E6;
}
</style>
background-color css
<style>
a { background-color: #7514E6; }
a { background-color: rgb(117,20,230); }
div.DivClassName
{
background-color: #7514E6;
}
.BgClassName
{
background-color: #7514E6;
}
</style>
border-color css
<style>
span { border-color: #7514E6; }
span { border-color: rgb(117,20,230); }
td.TdClassName
{
border-color: #7514E6;
}
.TagClassName
{
border-color: #7514E6;
}
</style>