Shades of Blue Violet #7D34DD
Tints of Blue Violet #7D34DD
RGB
CMYK
RGB Variations
Color information
#7D34DD (or 0x7D34DD) is known color: Blue Violet. HEX triplet: 7D, 34 and DD. RGB value is (125,52,221). Sum of RGB (Red+Green+Blue) = 125+52+221=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D34DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D34DD is #82CB22. Grayscale: #5C5C5C. Windows color (decimal): -8571683 or 14496893. OLE color: 14496893.
HSL color Cylindrical-coordinate representation of color #7D34DD: hue angle of 265.92º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D34DD is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 52 | 221 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.13 |
| HSL | 265.92º | 0.71% | 0.54% | - |
| HSV(B) | 265.92º | 0.76% | 0.87% | - |
| XYZ | 22.74 | 12.04 | 69.53 | - |
| YUV | 93.09 | 200.18 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 221 | 0.43 | 0.76 | 0 | 0.13 | 265.92 | 0.71 | 0.54 |
| Hex | 7D | 34 | DD | 2B | 4C | 0 | D | 10A | 47 | 36 |
| Octal | 175 | 64 | 335 | 53 | 114 | 0 | 15 | 412 | 107 | 66 |
| Binary | 1111101 | 110100 | 11011101 | 101011 | 1001100 | 0 | 1101 | 100001010 | 1000111 | 110110 |
Color Harmonies of #7D34DD
Complementary color
Monochromatic Colors of #7D34DD
Black with #7D34DD
Text Example
Text Example
White with #7D34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D34DD; }
p { color: rgb(125,52,221); }
H1.HeaderClassName
{
color: #7D34DD;
}
.AnyTagClassName
{
color: #7D34DD;
}
</style>
background-color css
<style>
a { background-color: #7D34DD; }
a { background-color: rgb(125,52,221); }
div.DivClassName
{
background-color: #7D34DD;
}
.BgClassName
{
background-color: #7D34DD;
}
</style>
border-color css
<style>
span { border-color: #7D34DD; }
span { border-color: rgb(125,52,221); }
td.TdClassName
{
border-color: #7D34DD;
}
.TagClassName
{
border-color: #7D34DD;
}
</style>