Shades of Blue Violet #7C25DD
Tints of Blue Violet #7C25DD
RGB
CMYK
RGB Variations
Color information
#7C25DD (or 0x7C25DD) is known color: Blue Violet. HEX triplet: 7C, 25 and DD. RGB value is (124,37,221). Sum of RGB (Red+Green+Blue) = 124+37+221=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C25DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C25DD is #83DA22. Grayscale: #535353. Windows color (decimal): -8641059 or 14493052. OLE color: 14493052.
HSL color Cylindrical-coordinate representation of color #7C25DD: hue angle of 268.37º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C25DD is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 37 | 221 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.13 |
| HSL | 268.37º | 0.73% | 0.51% | - |
| HSV(B) | 268.37º | 0.83% | 0.87% | - |
| XYZ | 22.02 | 10.83 | 69.34 | - |
| YUV | 83.99 | 205.32 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 221 | 0.44 | 0.83 | 0 | 0.13 | 268.37 | 0.73 | 0.51 |
| Hex | 7C | 25 | DD | 2C | 53 | 0 | D | 10C | 49 | 33 |
| Octal | 174 | 45 | 335 | 54 | 123 | 0 | 15 | 414 | 111 | 63 |
| Binary | 1111100 | 100101 | 11011101 | 101100 | 1010011 | 0 | 1101 | 100001100 | 1001001 | 110011 |
Color Harmonies of #7C25DD
Complementary color
Monochromatic Colors of #7C25DD
Black with #7C25DD
Text Example
Text Example
White with #7C25DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C25DD; }
p { color: rgb(124,37,221); }
H1.HeaderClassName
{
color: #7C25DD;
}
.AnyTagClassName
{
color: #7C25DD;
}
</style>
background-color css
<style>
a { background-color: #7C25DD; }
a { background-color: rgb(124,37,221); }
div.DivClassName
{
background-color: #7C25DD;
}
.BgClassName
{
background-color: #7C25DD;
}
</style>
border-color css
<style>
span { border-color: #7C25DD; }
span { border-color: rgb(124,37,221); }
td.TdClassName
{
border-color: #7C25DD;
}
.TagClassName
{
border-color: #7C25DD;
}
</style>