Shades of Blue Violet #7D15CD
Tints of Blue Violet #7D15CD
RGB
CMYK
RGB Variations
Color information
#7D15CD (or 0x7D15CD) is known color: Blue Violet. HEX triplet: 7D, 15 and CD. RGB value is (125,21,205). Sum of RGB (Red+Green+Blue) = 125+21+205=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D15CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D15CD is #82EA32. Grayscale: #484848. Windows color (decimal): -8579635 or 13440381. OLE color: 13440381.
HSL color Cylindrical-coordinate representation of color #7D15CD: hue angle of 273.91º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D15CD is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 21 | 205 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.20 |
| HSL | 273.91º | 0.81% | 0.44% | - |
| HSV(B) | 273.91º | 0.9% | 0.8% | - |
| XYZ | 19.75 | 9.3 | 58.51 | - |
| YUV | 73.07 | 202.46 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 205 | 0.39 | 0.90 | 0 | 0.20 | 273.91 | 0.81 | 0.44 |
| Hex | 7D | 15 | CD | 27 | 5A | 0 | 14 | 112 | 51 | 2C |
| Octal | 175 | 25 | 315 | 47 | 132 | 0 | 24 | 422 | 121 | 54 |
| Binary | 1111101 | 10101 | 11001101 | 100111 | 1011010 | 0 | 10100 | 100010010 | 1010001 | 101100 |
Color Harmonies of #7D15CD
Complementary color
Monochromatic Colors of #7D15CD
Black with #7D15CD
Text Example
Text Example
White with #7D15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D15CD; }
p { color: rgb(125,21,205); }
H1.HeaderClassName
{
color: #7D15CD;
}
.AnyTagClassName
{
color: #7D15CD;
}
</style>
background-color css
<style>
a { background-color: #7D15CD; }
a { background-color: rgb(125,21,205); }
div.DivClassName
{
background-color: #7D15CD;
}
.BgClassName
{
background-color: #7D15CD;
}
</style>
border-color css
<style>
span { border-color: #7D15CD; }
span { border-color: rgb(125,21,205); }
td.TdClassName
{
border-color: #7D15CD;
}
.TagClassName
{
border-color: #7D15CD;
}
</style>