Shades of Blue Violet #7D1CCE
Tints of Blue Violet #7D1CCE
RGB
CMYK
RGB Variations
Color information
#7D1CCE (or 0x7D1CCE) is known color: Blue Violet. HEX triplet: 7D, 1C and CE. RGB value is (125,28,206). Sum of RGB (Red+Green+Blue) = 125+28+206=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D1CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1CCE is #82E331. Grayscale: #4C4C4C. Windows color (decimal): -8577842 or 13507709. OLE color: 13507709.
HSL color Cylindrical-coordinate representation of color #7D1CCE: hue angle of 272.7º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1CCE is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 28 | 206 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.19 |
| HSL | 272.7º | 0.76% | 0.46% | - |
| HSV(B) | 272.7º | 0.86% | 0.81% | - |
| XYZ | 20.01 | 9.65 | 59.2 | - |
| YUV | 77.3 | 200.64 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 28 | 206 | 0.39 | 0.86 | 0 | 0.19 | 272.7 | 0.76 | 0.46 |
| Hex | 7D | 1C | CE | 27 | 56 | 0 | 13 | 111 | 4C | 2E |
| Octal | 175 | 34 | 316 | 47 | 126 | 0 | 23 | 421 | 114 | 56 |
| Binary | 1111101 | 11100 | 11001110 | 100111 | 1010110 | 0 | 10011 | 100010001 | 1001100 | 101110 |
Color Harmonies of #7D1CCE
Complementary color
Monochromatic Colors of #7D1CCE
Black with #7D1CCE
Text Example
Text Example
White with #7D1CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1CCE; }
p { color: rgb(125,28,206); }
H1.HeaderClassName
{
color: #7D1CCE;
}
.AnyTagClassName
{
color: #7D1CCE;
}
</style>
background-color css
<style>
a { background-color: #7D1CCE; }
a { background-color: rgb(125,28,206); }
div.DivClassName
{
background-color: #7D1CCE;
}
.BgClassName
{
background-color: #7D1CCE;
}
</style>
border-color css
<style>
span { border-color: #7D1CCE; }
span { border-color: rgb(125,28,206); }
td.TdClassName
{
border-color: #7D1CCE;
}
.TagClassName
{
border-color: #7D1CCE;
}
</style>