Shades of Blue Violet #7D25CC
Tints of Blue Violet #7D25CC
RGB
CMYK
RGB Variations
Color information
#7D25CC (or 0x7D25CC) is known color: Blue Violet. HEX triplet: 7D, 25 and CC. RGB value is (125,37,204). Sum of RGB (Red+Green+Blue) = 125+37+204=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D25CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D25CC is #82DA33. Grayscale: #515151. Windows color (decimal): -8575540 or 13378941. OLE color: 13378941.
HSL color Cylindrical-coordinate representation of color #7D25CC: hue angle of 271.62º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D25CC is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 37 | 204 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.2 |
| HSL | 271.62º | 0.69% | 0.47% | - |
| HSV(B) | 271.62º | 0.82% | 0.8% | - |
| XYZ | 20.02 | 10.04 | 58.01 | - |
| YUV | 82.35 | 196.65 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 37 | 204 | 0.39 | 0.82 | 0 | 0.2 | 271.62 | 0.69 | 0.47 |
| Hex | 7D | 25 | CC | 27 | 52 | 0 | 14 | 110 | 45 | 2F |
| Octal | 175 | 45 | 314 | 47 | 122 | 0 | 24 | 420 | 105 | 57 |
| Binary | 1111101 | 100101 | 11001100 | 100111 | 1010010 | 0 | 10100 | 100010000 | 1000101 | 101111 |
Color Harmonies of #7D25CC
Complementary color
Monochromatic Colors of #7D25CC
Black with #7D25CC
Text Example
Text Example
White with #7D25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D25CC; }
p { color: rgb(125,37,204); }
H1.HeaderClassName
{
color: #7D25CC;
}
.AnyTagClassName
{
color: #7D25CC;
}
</style>
background-color css
<style>
a { background-color: #7D25CC; }
a { background-color: rgb(125,37,204); }
div.DivClassName
{
background-color: #7D25CC;
}
.BgClassName
{
background-color: #7D25CC;
}
</style>
border-color css
<style>
span { border-color: #7D25CC; }
span { border-color: rgb(125,37,204); }
td.TdClassName
{
border-color: #7D25CC;
}
.TagClassName
{
border-color: #7D25CC;
}
</style>