Shades of Blue Violet #7215D7
Tints of Blue Violet #7215D7
RGB
CMYK
RGB Variations
Color information
#7215D7 (or 0x7215D7) is known color: Blue Violet. HEX triplet: 72, 15 and D7. RGB value is (114,21,215). Sum of RGB (Red+Green+Blue) = 114+21+215=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #7215D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7215D7 is #8DEA28. Grayscale: #464646. Windows color (decimal): -9300521 or 14095730. OLE color: 14095730.
HSL color Cylindrical-coordinate representation of color #7215D7: hue angle of 268.76º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7215D7 is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 21 | 215 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.16 |
| HSL | 268.76º | 0.82% | 0.46% | - |
| HSV(B) | 268.76º | 0.9% | 0.84% | - |
| XYZ | 19.47 | 9.02 | 65 | - |
| YUV | 70.92 | 209.31 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 215 | 0.47 | 0.90 | 0 | 0.16 | 268.76 | 0.82 | 0.46 |
| Hex | 72 | 15 | D7 | 2F | 5A | 0 | 10 | 10D | 52 | 2E |
| Octal | 162 | 25 | 327 | 57 | 132 | 0 | 20 | 415 | 122 | 56 |
| Binary | 1110010 | 10101 | 11010111 | 101111 | 1011010 | 0 | 10000 | 100001101 | 1010010 | 101110 |
Color Harmonies of #7215D7
Complementary color
Monochromatic Colors of #7215D7
Black with #7215D7
Text Example
Text Example
White with #7215D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7215D7; }
p { color: rgb(114,21,215); }
H1.HeaderClassName
{
color: #7215D7;
}
.AnyTagClassName
{
color: #7215D7;
}
</style>
background-color css
<style>
a { background-color: #7215D7; }
a { background-color: rgb(114,21,215); }
div.DivClassName
{
background-color: #7215D7;
}
.BgClassName
{
background-color: #7215D7;
}
</style>
border-color css
<style>
span { border-color: #7215D7; }
span { border-color: rgb(114,21,215); }
td.TdClassName
{
border-color: #7215D7;
}
.TagClassName
{
border-color: #7215D7;
}
</style>