Shades of Blue Violet #7D22CE
Tints of Blue Violet #7D22CE
RGB
CMYK
RGB Variations
Color information
#7D22CE (or 0x7D22CE) is known color: Blue Violet. HEX triplet: 7D, 22 and CE. RGB value is (125,34,206). Sum of RGB (Red+Green+Blue) = 125+34+206=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D22CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D22CE is #82DD31. Grayscale: #505050. Windows color (decimal): -8576306 or 13509245. OLE color: 13509245.
HSL color Cylindrical-coordinate representation of color #7D22CE: hue angle of 271.74º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D22CE is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 34 | 206 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.19 |
| HSL | 271.74º | 0.72% | 0.47% | - |
| HSV(B) | 271.74º | 0.83% | 0.81% | - |
| XYZ | 20.17 | 9.96 | 59.25 | - |
| YUV | 80.82 | 198.65 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 34 | 206 | 0.39 | 0.83 | 0 | 0.19 | 271.74 | 0.72 | 0.47 |
| Hex | 7D | 22 | CE | 27 | 53 | 0 | 13 | 110 | 48 | 2F |
| Octal | 175 | 42 | 316 | 47 | 123 | 0 | 23 | 420 | 110 | 57 |
| Binary | 1111101 | 100010 | 11001110 | 100111 | 1010011 | 0 | 10011 | 100010000 | 1001000 | 101111 |
Color Harmonies of #7D22CE
Complementary color
Monochromatic Colors of #7D22CE
Black with #7D22CE
Text Example
Text Example
White with #7D22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D22CE; }
p { color: rgb(125,34,206); }
H1.HeaderClassName
{
color: #7D22CE;
}
.AnyTagClassName
{
color: #7D22CE;
}
</style>
background-color css
<style>
a { background-color: #7D22CE; }
a { background-color: rgb(125,34,206); }
div.DivClassName
{
background-color: #7D22CE;
}
.BgClassName
{
background-color: #7D22CE;
}
</style>
border-color css
<style>
span { border-color: #7D22CE; }
span { border-color: rgb(125,34,206); }
td.TdClassName
{
border-color: #7D22CE;
}
.TagClassName
{
border-color: #7D22CE;
}
</style>