Shades of Blue Violet #7D1FFC
Tints of Blue Violet #7D1FFC
RGB
CMYK
RGB Variations
Color information
#7D1FFC (or 0x7D1FFC) is known color: Blue Violet. HEX triplet: 7D, 1F and FC. RGB value is (125,31,252). Sum of RGB (Red+Green+Blue) = 125+31+252=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D1FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1FFC is #82E003. Grayscale: #535353. Windows color (decimal): -8577028 or 16523133. OLE color: 16523133.
HSL color Cylindrical-coordinate representation of color #7D1FFC: hue angle of 265.52º degrees, saturation: 0.97, 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 #7D1FFC is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 31 | 252 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.01 |
| HSL | 265.52º | 0.97% | 0.55% | - |
| HSV(B) | 265.52º | 0.88% | 0.99% | - |
| XYZ | 26.52 | 12.37 | 93.09 | - |
| YUV | 84.3 | 222.64 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 252 | 0.50 | 0.88 | 0 | 0.01 | 265.52 | 0.97 | 0.55 |
| Hex | 7D | 1F | FC | 32 | 58 | 0 | 1 | 10A | 61 | 37 |
| Octal | 175 | 37 | 374 | 62 | 130 | 0 | 1 | 412 | 141 | 67 |
| Binary | 1111101 | 11111 | 11111100 | 110010 | 1011000 | 0 | 1 | 100001010 | 1100001 | 110111 |
Color Harmonies of #7D1FFC
Complementary color
Monochromatic Colors of #7D1FFC
Black with #7D1FFC
Text Example
Text Example
White with #7D1FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1FFC; }
p { color: rgb(125,31,252); }
H1.HeaderClassName
{
color: #7D1FFC;
}
.AnyTagClassName
{
color: #7D1FFC;
}
</style>
background-color css
<style>
a { background-color: #7D1FFC; }
a { background-color: rgb(125,31,252); }
div.DivClassName
{
background-color: #7D1FFC;
}
.BgClassName
{
background-color: #7D1FFC;
}
</style>
border-color css
<style>
span { border-color: #7D1FFC; }
span { border-color: rgb(125,31,252); }
td.TdClassName
{
border-color: #7D1FFC;
}
.TagClassName
{
border-color: #7D1FFC;
}
</style>