Shades of Blue Violet #7D1CD2
Tints of Blue Violet #7D1CD2
RGB
CMYK
RGB Variations
Color information
#7D1CD2 (or 0x7D1CD2) is known color: Blue Violet. HEX triplet: 7D, 1C and D2. RGB value is (125,28,210). Sum of RGB (Red+Green+Blue) = 125+28+210=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 210 (82.42% from 255 or 57.85% from 363); Max value from RGB is 210 - color contains mainly: blue. Hex color #7D1CD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1CD2 is #82E32D. Grayscale: #4D4D4D. Windows color (decimal): -8577838 or 13769853. OLE color: 13769853.
HSL color Cylindrical-coordinate representation of color #7D1CD2: hue angle of 271.98º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1CD2 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 28 | 210 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.18 |
| HSL | 271.98º | 0.76% | 0.47% | - |
| HSV(B) | 271.98º | 0.87% | 0.82% | - |
| XYZ | 20.51 | 9.84 | 61.79 | - |
| YUV | 77.75 | 202.64 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 28 | 210 | 0.40 | 0.87 | 0 | 0.18 | 271.98 | 0.76 | 0.47 |
| Hex | 7D | 1C | D2 | 28 | 57 | 0 | 12 | 110 | 4C | 2F |
| Octal | 175 | 34 | 322 | 50 | 127 | 0 | 22 | 420 | 114 | 57 |
| Binary | 1111101 | 11100 | 11010010 | 101000 | 1010111 | 0 | 10010 | 100010000 | 1001100 | 101111 |
Color Harmonies of #7D1CD2
Complementary color
Monochromatic Colors of #7D1CD2
Black with #7D1CD2
Text Example
Text Example
White with #7D1CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1CD2; }
p { color: rgb(125,28,210); }
H1.HeaderClassName
{
color: #7D1CD2;
}
.AnyTagClassName
{
color: #7D1CD2;
}
</style>
background-color css
<style>
a { background-color: #7D1CD2; }
a { background-color: rgb(125,28,210); }
div.DivClassName
{
background-color: #7D1CD2;
}
.BgClassName
{
background-color: #7D1CD2;
}
</style>
border-color css
<style>
span { border-color: #7D1CD2; }
span { border-color: rgb(125,28,210); }
td.TdClassName
{
border-color: #7D1CD2;
}
.TagClassName
{
border-color: #7D1CD2;
}
</style>