Shades of Blue Violet #7D1FEA
Tints of Blue Violet #7D1FEA
RGB
CMYK
RGB Variations
Color information
#7D1FEA (or 0x7D1FEA) is known color: Blue Violet. HEX triplet: 7D, 1F and EA. RGB value is (125,31,234). Sum of RGB (Red+Green+Blue) = 125+31+234=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D1FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1FEA is #82E015. Grayscale: #515151. Windows color (decimal): -8577046 or 15343485. OLE color: 15343485.
HSL color Cylindrical-coordinate representation of color #7D1FEA: hue angle of 267.78º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1FEA is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 31 | 234 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.08 |
| HSL | 267.78º | 0.83% | 0.52% | - |
| HSV(B) | 267.78º | 0.87% | 0.92% | - |
| XYZ | 23.8 | 11.28 | 78.76 | - |
| YUV | 82.25 | 213.64 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 234 | 0.47 | 0.87 | 0 | 0.08 | 267.78 | 0.83 | 0.52 |
| Hex | 7D | 1F | EA | 2F | 57 | 0 | 8 | 10C | 53 | 34 |
| Octal | 175 | 37 | 352 | 57 | 127 | 0 | 10 | 414 | 123 | 64 |
| Binary | 1111101 | 11111 | 11101010 | 101111 | 1010111 | 0 | 1000 | 100001100 | 1010011 | 110100 |
Color Harmonies of #7D1FEA
Complementary color
Monochromatic Colors of #7D1FEA
Black with #7D1FEA
Text Example
Text Example
White with #7D1FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1FEA; }
p { color: rgb(125,31,234); }
H1.HeaderClassName
{
color: #7D1FEA;
}
.AnyTagClassName
{
color: #7D1FEA;
}
</style>
background-color css
<style>
a { background-color: #7D1FEA; }
a { background-color: rgb(125,31,234); }
div.DivClassName
{
background-color: #7D1FEA;
}
.BgClassName
{
background-color: #7D1FEA;
}
</style>
border-color css
<style>
span { border-color: #7D1FEA; }
span { border-color: rgb(125,31,234); }
td.TdClassName
{
border-color: #7D1FEA;
}
.TagClassName
{
border-color: #7D1FEA;
}
</style>