Shades of Blue Violet #7D15D8
Tints of Blue Violet #7D15D8
RGB
CMYK
RGB Variations
Color information
#7D15D8 (or 0x7D15D8) is known color: Blue Violet. HEX triplet: 7D, 15 and D8. RGB value is (125,21,216). Sum of RGB (Red+Green+Blue) = 125+21+216=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #7D15D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D15D8 is #82EA27. Grayscale: #494949. Windows color (decimal): -8579624 or 14161277. OLE color: 14161277.
HSL color Cylindrical-coordinate representation of color #7D15D8: hue angle of 272º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D15D8 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 21 | 216 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.15 |
| HSL | 272º | 0.82% | 0.46% | - |
| HSV(B) | 272º | 0.9% | 0.85% | - |
| XYZ | 21.12 | 9.85 | 65.75 | - |
| YUV | 74.33 | 207.96 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 216 | 0.42 | 0.90 | 0 | 0.15 | 272 | 0.82 | 0.46 |
| Hex | 7D | 15 | D8 | 2A | 5A | 0 | F | 110 | 52 | 2E |
| Octal | 175 | 25 | 330 | 52 | 132 | 0 | 17 | 420 | 122 | 56 |
| Binary | 1111101 | 10101 | 11011000 | 101010 | 1011010 | 0 | 1111 | 100010000 | 1010010 | 101110 |
Color Harmonies of #7D15D8
Complementary color
Monochromatic Colors of #7D15D8
Black with #7D15D8
Text Example
Text Example
White with #7D15D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D15D8; }
p { color: rgb(125,21,216); }
H1.HeaderClassName
{
color: #7D15D8;
}
.AnyTagClassName
{
color: #7D15D8;
}
</style>
background-color css
<style>
a { background-color: #7D15D8; }
a { background-color: rgb(125,21,216); }
div.DivClassName
{
background-color: #7D15D8;
}
.BgClassName
{
background-color: #7D15D8;
}
</style>
border-color css
<style>
span { border-color: #7D15D8; }
span { border-color: rgb(125,21,216); }
td.TdClassName
{
border-color: #7D15D8;
}
.TagClassName
{
border-color: #7D15D8;
}
</style>