Shades of Blue Violet #7D30CE
Tints of Blue Violet #7D30CE
RGB
CMYK
RGB Variations
Color information
#7D30CE (or 0x7D30CE) is known color: Blue Violet. HEX triplet: 7D, 30 and CE. RGB value is (125,48,206). Sum of RGB (Red+Green+Blue) = 125+48+206=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D30CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D30CE is #82CF31. Grayscale: #585858. Windows color (decimal): -8572722 or 13512829. OLE color: 13512829.
HSL color Cylindrical-coordinate representation of color #7D30CE: hue angle of 269.24º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D30CE is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 48 | 206 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.19 |
| HSL | 269.24º | 0.62% | 0.5% | - |
| HSV(B) | 269.24º | 0.77% | 0.81% | - |
| XYZ | 20.65 | 10.93 | 59.41 | - |
| YUV | 89.04 | 194.01 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 48 | 206 | 0.39 | 0.77 | 0 | 0.19 | 269.24 | 0.62 | 0.5 |
| Hex | 7D | 30 | CE | 27 | 4D | 0 | 13 | 10D | 3E | 32 |
| Octal | 175 | 60 | 316 | 47 | 115 | 0 | 23 | 415 | 76 | 62 |
| Binary | 1111101 | 110000 | 11001110 | 100111 | 1001101 | 0 | 10011 | 100001101 | 111110 | 110010 |
Color Harmonies of #7D30CE
Complementary color
Monochromatic Colors of #7D30CE
Black with #7D30CE
Text Example
Text Example
White with #7D30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D30CE; }
p { color: rgb(125,48,206); }
H1.HeaderClassName
{
color: #7D30CE;
}
.AnyTagClassName
{
color: #7D30CE;
}
</style>
background-color css
<style>
a { background-color: #7D30CE; }
a { background-color: rgb(125,48,206); }
div.DivClassName
{
background-color: #7D30CE;
}
.BgClassName
{
background-color: #7D30CE;
}
</style>
border-color css
<style>
span { border-color: #7D30CE; }
span { border-color: rgb(125,48,206); }
td.TdClassName
{
border-color: #7D30CE;
}
.TagClassName
{
border-color: #7D30CE;
}
</style>