Shades of Blue Violet #7D25CE
Tints of Blue Violet #7D25CE
RGB
CMYK
RGB Variations
Color information
#7D25CE (or 0x7D25CE) is known color: Blue Violet. HEX triplet: 7D, 25 and CE. RGB value is (125,37,206). Sum of RGB (Red+Green+Blue) = 125+37+206=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D25CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D25CE is #82DA31. Grayscale: #515151. Windows color (decimal): -8575538 or 13510013. OLE color: 13510013.
HSL color Cylindrical-coordinate representation of color #7D25CE: hue angle of 271.24º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D25CE is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 37 | 206 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.19 |
| HSL | 271.24º | 0.7% | 0.48% | - |
| HSV(B) | 271.24º | 0.82% | 0.81% | - |
| XYZ | 20.26 | 10.14 | 59.28 | - |
| YUV | 82.58 | 197.65 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 37 | 206 | 0.39 | 0.82 | 0 | 0.19 | 271.24 | 0.7 | 0.48 |
| Hex | 7D | 25 | CE | 27 | 52 | 0 | 13 | 10F | 46 | 30 |
| Octal | 175 | 45 | 316 | 47 | 122 | 0 | 23 | 417 | 106 | 60 |
| Binary | 1111101 | 100101 | 11001110 | 100111 | 1010010 | 0 | 10011 | 100001111 | 1000110 | 110000 |
Color Harmonies of #7D25CE
Complementary color
Monochromatic Colors of #7D25CE
Black with #7D25CE
Text Example
Text Example
White with #7D25CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D25CE; }
p { color: rgb(125,37,206); }
H1.HeaderClassName
{
color: #7D25CE;
}
.AnyTagClassName
{
color: #7D25CE;
}
</style>
background-color css
<style>
a { background-color: #7D25CE; }
a { background-color: rgb(125,37,206); }
div.DivClassName
{
background-color: #7D25CE;
}
.BgClassName
{
background-color: #7D25CE;
}
</style>
border-color css
<style>
span { border-color: #7D25CE; }
span { border-color: rgb(125,37,206); }
td.TdClassName
{
border-color: #7D25CE;
}
.TagClassName
{
border-color: #7D25CE;
}
</style>