Shades of Blue Violet #7D16CC
Tints of Blue Violet #7D16CC
RGB
CMYK
RGB Variations
Color information
#7D16CC (or 0x7D16CC) is known color: Blue Violet. HEX triplet: 7D, 16 and CC. RGB value is (125,22,204). Sum of RGB (Red+Green+Blue) = 125+22+204=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D16CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D16CC is #82E933. Grayscale: #484848. Windows color (decimal): -8579380 or 13375101. OLE color: 13375101.
HSL color Cylindrical-coordinate representation of color #7D16CC: hue angle of 273.96º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D16CC is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 22 | 204 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.2 |
| HSL | 273.96º | 0.81% | 0.44% | - |
| HSV(B) | 273.96º | 0.89% | 0.8% | - |
| XYZ | 19.64 | 9.29 | 57.89 | - |
| YUV | 73.55 | 201.62 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 22 | 204 | 0.39 | 0.89 | 0 | 0.2 | 273.96 | 0.81 | 0.44 |
| Hex | 7D | 16 | CC | 27 | 59 | 0 | 14 | 112 | 51 | 2C |
| Octal | 175 | 26 | 314 | 47 | 131 | 0 | 24 | 422 | 121 | 54 |
| Binary | 1111101 | 10110 | 11001100 | 100111 | 1011001 | 0 | 10100 | 100010010 | 1010001 | 101100 |
Color Harmonies of #7D16CC
Complementary color
Monochromatic Colors of #7D16CC
Black with #7D16CC
Text Example
Text Example
White with #7D16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D16CC; }
p { color: rgb(125,22,204); }
H1.HeaderClassName
{
color: #7D16CC;
}
.AnyTagClassName
{
color: #7D16CC;
}
</style>
background-color css
<style>
a { background-color: #7D16CC; }
a { background-color: rgb(125,22,204); }
div.DivClassName
{
background-color: #7D16CC;
}
.BgClassName
{
background-color: #7D16CC;
}
</style>
border-color css
<style>
span { border-color: #7D16CC; }
span { border-color: rgb(125,22,204); }
td.TdClassName
{
border-color: #7D16CC;
}
.TagClassName
{
border-color: #7D16CC;
}
</style>