Shades of Blue Violet #7D22CF
Tints of Blue Violet #7D22CF
RGB
CMYK
RGB Variations
Color information
#7D22CF (or 0x7D22CF) is known color: Blue Violet. HEX triplet: 7D, 22 and CF. RGB value is (125,34,207). Sum of RGB (Red+Green+Blue) = 125+34+207=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D22CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D22CF is #82DD30. Grayscale: #505050. Windows color (decimal): -8576305 or 13574781. OLE color: 13574781.
HSL color Cylindrical-coordinate representation of color #7D22CF: hue angle of 271.56º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D22CF is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 34 | 207 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.19 |
| HSL | 271.56º | 0.72% | 0.47% | - |
| HSV(B) | 271.56º | 0.84% | 0.81% | - |
| XYZ | 20.29 | 10.01 | 59.89 | - |
| YUV | 80.93 | 199.15 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 34 | 207 | 0.40 | 0.84 | 0 | 0.19 | 271.56 | 0.72 | 0.47 |
| Hex | 7D | 22 | CF | 28 | 54 | 0 | 13 | 110 | 48 | 2F |
| Octal | 175 | 42 | 317 | 50 | 124 | 0 | 23 | 420 | 110 | 57 |
| Binary | 1111101 | 100010 | 11001111 | 101000 | 1010100 | 0 | 10011 | 100010000 | 1001000 | 101111 |
Color Harmonies of #7D22CF
Complementary color
Monochromatic Colors of #7D22CF
Black with #7D22CF
Text Example
Text Example
White with #7D22CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D22CF; }
p { color: rgb(125,34,207); }
H1.HeaderClassName
{
color: #7D22CF;
}
.AnyTagClassName
{
color: #7D22CF;
}
</style>
background-color css
<style>
a { background-color: #7D22CF; }
a { background-color: rgb(125,34,207); }
div.DivClassName
{
background-color: #7D22CF;
}
.BgClassName
{
background-color: #7D22CF;
}
</style>
border-color css
<style>
span { border-color: #7D22CF; }
span { border-color: rgb(125,34,207); }
td.TdClassName
{
border-color: #7D22CF;
}
.TagClassName
{
border-color: #7D22CF;
}
</style>