Shades of Blue Violet #7D1EFD
Tints of Blue Violet #7D1EFD
RGB
CMYK
RGB Variations
Color information
#7D1EFD (or 0x7D1EFD) is known color: Blue Violet. HEX triplet: 7D, 1E and FD. RGB value is (125,30,253). Sum of RGB (Red+Green+Blue) = 125+30+253=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 30 (12.11% from 255 or 7.35% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D1EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1EFD is #82E102. Grayscale: #535353. Windows color (decimal): -8577283 or 16588413. OLE color: 16588413.
HSL color Cylindrical-coordinate representation of color #7D1EFD: hue angle of 265.56º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D1EFD is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 30 | 253 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.01 |
| HSL | 265.56º | 0.98% | 0.55% | - |
| HSV(B) | 265.56º | 0.88% | 0.99% | - |
| XYZ | 26.65 | 12.38 | 93.91 | - |
| YUV | 83.83 | 223.47 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 30 | 253 | 0.51 | 0.88 | 0 | 0.01 | 265.56 | 0.98 | 0.55 |
| Hex | 7D | 1E | FD | 33 | 58 | 0 | 1 | 10A | 62 | 37 |
| Octal | 175 | 36 | 375 | 63 | 130 | 0 | 1 | 412 | 142 | 67 |
| Binary | 1111101 | 11110 | 11111101 | 110011 | 1011000 | 0 | 1 | 100001010 | 1100010 | 110111 |
Color Harmonies of #7D1EFD
Complementary color
Monochromatic Colors of #7D1EFD
Black with #7D1EFD
Text Example
Text Example
White with #7D1EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1EFD; }
p { color: rgb(125,30,253); }
H1.HeaderClassName
{
color: #7D1EFD;
}
.AnyTagClassName
{
color: #7D1EFD;
}
</style>
background-color css
<style>
a { background-color: #7D1EFD; }
a { background-color: rgb(125,30,253); }
div.DivClassName
{
background-color: #7D1EFD;
}
.BgClassName
{
background-color: #7D1EFD;
}
</style>
border-color css
<style>
span { border-color: #7D1EFD; }
span { border-color: rgb(125,30,253); }
td.TdClassName
{
border-color: #7D1EFD;
}
.TagClassName
{
border-color: #7D1EFD;
}
</style>