Shades of Blue Violet #7D17EA
Tints of Blue Violet #7D17EA
RGB
CMYK
RGB Variations
Color information
#7D17EA (or 0x7D17EA) is known color: Blue Violet. HEX triplet: 7D, 17 and EA. RGB value is (125,23,234). Sum of RGB (Red+Green+Blue) = 125+23+234=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D17EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D17EA is #82E815. Grayscale: #4C4C4C. Windows color (decimal): -8579094 or 15341437. OLE color: 15341437.
HSL color Cylindrical-coordinate representation of color #7D17EA: hue angle of 269º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D17EA is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 23 | 234 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.08 |
| HSL | 269º | 0.83% | 0.5% | - |
| HSV(B) | 269º | 0.9% | 0.92% | - |
| XYZ | 23.62 | 10.91 | 78.7 | - |
| YUV | 77.55 | 216.29 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 23 | 234 | 0.47 | 0.90 | 0 | 0.08 | 269 | 0.83 | 0.5 |
| Hex | 7D | 17 | EA | 2F | 5A | 0 | 8 | 10D | 53 | 32 |
| Octal | 175 | 27 | 352 | 57 | 132 | 0 | 10 | 415 | 123 | 62 |
| Binary | 1111101 | 10111 | 11101010 | 101111 | 1011010 | 0 | 1000 | 100001101 | 1010011 | 110010 |
Color Harmonies of #7D17EA
Complementary color
Monochromatic Colors of #7D17EA
Black with #7D17EA
Text Example
Text Example
White with #7D17EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D17EA; }
p { color: rgb(125,23,234); }
H1.HeaderClassName
{
color: #7D17EA;
}
.AnyTagClassName
{
color: #7D17EA;
}
</style>
background-color css
<style>
a { background-color: #7D17EA; }
a { background-color: rgb(125,23,234); }
div.DivClassName
{
background-color: #7D17EA;
}
.BgClassName
{
background-color: #7D17EA;
}
</style>
border-color css
<style>
span { border-color: #7D17EA; }
span { border-color: rgb(125,23,234); }
td.TdClassName
{
border-color: #7D17EA;
}
.TagClassName
{
border-color: #7D17EA;
}
</style>