Shades of Blue Violet #7215E7
Tints of Blue Violet #7215E7
RGB
CMYK
RGB Variations
Color information
#7215E7 (or 0x7215E7) is known color: Blue Violet. HEX triplet: 72, 15 and E7. RGB value is (114,21,231). Sum of RGB (Red+Green+Blue) = 114+21+231=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 231 (90.62% from 255 or 63.11% from 366); Max value from RGB is 231 - color contains mainly: blue. Hex color #7215E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7215E7 is #8DEA18. Grayscale: #484848. Windows color (decimal): -9300505 or 15144306. OLE color: 15144306.
HSL color Cylindrical-coordinate representation of color #7215E7: hue angle of 266.57º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7215E7 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 21 | 231 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.09 |
| HSL | 266.57º | 0.83% | 0.49% | - |
| HSV(B) | 266.57º | 0.91% | 0.91% | - |
| XYZ | 21.63 | 9.88 | 76.37 | - |
| YUV | 72.75 | 217.31 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 231 | 0.51 | 0.91 | 0 | 0.09 | 266.57 | 0.83 | 0.49 |
| Hex | 72 | 15 | E7 | 33 | 5B | 0 | 9 | 10B | 53 | 31 |
| Octal | 162 | 25 | 347 | 63 | 133 | 0 | 11 | 413 | 123 | 61 |
| Binary | 1110010 | 10101 | 11100111 | 110011 | 1011011 | 0 | 1001 | 100001011 | 1010011 | 110001 |
Color Harmonies of #7215E7
Complementary color
Monochromatic Colors of #7215E7
Black with #7215E7
Text Example
Text Example
White with #7215E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7215E7; }
p { color: rgb(114,21,231); }
H1.HeaderClassName
{
color: #7215E7;
}
.AnyTagClassName
{
color: #7215E7;
}
</style>
background-color css
<style>
a { background-color: #7215E7; }
a { background-color: rgb(114,21,231); }
div.DivClassName
{
background-color: #7215E7;
}
.BgClassName
{
background-color: #7215E7;
}
</style>
border-color css
<style>
span { border-color: #7215E7; }
span { border-color: rgb(114,21,231); }
td.TdClassName
{
border-color: #7215E7;
}
.TagClassName
{
border-color: #7215E7;
}
</style>