Shades of Blue Violet #7D22FE
Tints of Blue Violet #7D22FE
RGB
CMYK
RGB Variations
Color information
#7D22FE (or 0x7D22FE) is known color: Blue Violet. HEX triplet: 7D, 22 and FE. RGB value is (125,34,254). Sum of RGB (Red+Green+Blue) = 125+34+254=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D22FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D22FE is #82DD01. Grayscale: #555555. Windows color (decimal): -8576258 or 16654973. OLE color: 16654973.
HSL color Cylindrical-coordinate representation of color #7D22FE: hue angle of 264.82º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D22FE is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 34 | 254 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.00 |
| HSL | 264.82º | 0.99% | 0.56% | - |
| HSV(B) | 264.82º | 0.87% | 1% | - |
| XYZ | 26.92 | 12.66 | 94.79 | - |
| YUV | 86.29 | 222.65 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 34 | 254 | 0.51 | 0.87 | 0 | 0.00 | 264.82 | 0.99 | 0.56 |
| Hex | 7D | 22 | FE | 33 | 57 | 0 | 0 | 109 | 63 | 38 |
| Octal | 175 | 42 | 376 | 63 | 127 | 0 | 0 | 411 | 143 | 70 |
| Binary | 1111101 | 100010 | 11111110 | 110011 | 1010111 | 0 | 0 | 100001001 | 1100011 | 111000 |
Color Harmonies of #7D22FE
Complementary color
Monochromatic Colors of #7D22FE
Black with #7D22FE
Text Example
Text Example
White with #7D22FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D22FE; }
p { color: rgb(125,34,254); }
H1.HeaderClassName
{
color: #7D22FE;
}
.AnyTagClassName
{
color: #7D22FE;
}
</style>
background-color css
<style>
a { background-color: #7D22FE; }
a { background-color: rgb(125,34,254); }
div.DivClassName
{
background-color: #7D22FE;
}
.BgClassName
{
background-color: #7D22FE;
}
</style>
border-color css
<style>
span { border-color: #7D22FE; }
span { border-color: rgb(125,34,254); }
td.TdClassName
{
border-color: #7D22FE;
}
.TagClassName
{
border-color: #7D22FE;
}
</style>