Shades of Blue Violet #7D1BEA
Tints of Blue Violet #7D1BEA
RGB
CMYK
RGB Variations
Color information
#7D1BEA (or 0x7D1BEA) is known color: Blue Violet. HEX triplet: 7D, 1B and EA. RGB value is (125,27,234). Sum of RGB (Red+Green+Blue) = 125+27+234=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D1BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1BEA is #82E415. Grayscale: #4F4F4F. Windows color (decimal): -8578070 or 15342461. OLE color: 15342461.
HSL color Cylindrical-coordinate representation of color #7D1BEA: hue angle of 268.41º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D1BEA is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 27 | 234 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.08 |
| HSL | 268.41º | 0.83% | 0.51% | - |
| HSV(B) | 268.41º | 0.88% | 0.92% | - |
| XYZ | 23.7 | 11.08 | 78.73 | - |
| YUV | 79.9 | 214.97 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 27 | 234 | 0.47 | 0.88 | 0 | 0.08 | 268.41 | 0.83 | 0.51 |
| Hex | 7D | 1B | EA | 2F | 58 | 0 | 8 | 10C | 53 | 33 |
| Octal | 175 | 33 | 352 | 57 | 130 | 0 | 10 | 414 | 123 | 63 |
| Binary | 1111101 | 11011 | 11101010 | 101111 | 1011000 | 0 | 1000 | 100001100 | 1010011 | 110011 |
Color Harmonies of #7D1BEA
Complementary color
Monochromatic Colors of #7D1BEA
Black with #7D1BEA
Text Example
Text Example
White with #7D1BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1BEA; }
p { color: rgb(125,27,234); }
H1.HeaderClassName
{
color: #7D1BEA;
}
.AnyTagClassName
{
color: #7D1BEA;
}
</style>
background-color css
<style>
a { background-color: #7D1BEA; }
a { background-color: rgb(125,27,234); }
div.DivClassName
{
background-color: #7D1BEA;
}
.BgClassName
{
background-color: #7D1BEA;
}
</style>
border-color css
<style>
span { border-color: #7D1BEA; }
span { border-color: rgb(125,27,234); }
td.TdClassName
{
border-color: #7D1BEA;
}
.TagClassName
{
border-color: #7D1BEA;
}
</style>