Shades of Blue Violet #7C25CE
Tints of Blue Violet #7C25CE
RGB
CMYK
RGB Variations
Color information
#7C25CE (or 0x7C25CE) is known color: Blue Violet. HEX triplet: 7C, 25 and CE. RGB value is (124,37,206). Sum of RGB (Red+Green+Blue) = 124+37+206=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C25CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C25CE is #83DA31. Grayscale: #515151. Windows color (decimal): -8641074 or 13510012. OLE color: 13510012.
HSL color Cylindrical-coordinate representation of color #7C25CE: hue angle of 270.89º 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 #7C25CE is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 37 | 206 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.19 |
| HSL | 270.89º | 0.7% | 0.48% | - |
| HSV(B) | 270.89º | 0.82% | 0.81% | - |
| XYZ | 20.11 | 10.06 | 59.28 | - |
| YUV | 82.28 | 197.82 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 206 | 0.40 | 0.82 | 0 | 0.19 | 270.89 | 0.7 | 0.48 |
| Hex | 7C | 25 | CE | 28 | 52 | 0 | 13 | 10F | 46 | 30 |
| Octal | 174 | 45 | 316 | 50 | 122 | 0 | 23 | 417 | 106 | 60 |
| Binary | 1111100 | 100101 | 11001110 | 101000 | 1010010 | 0 | 10011 | 100001111 | 1000110 | 110000 |
Color Harmonies of #7C25CE
Complementary color
Monochromatic Colors of #7C25CE
Black with #7C25CE
Text Example
Text Example
White with #7C25CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C25CE; }
p { color: rgb(124,37,206); }
H1.HeaderClassName
{
color: #7C25CE;
}
.AnyTagClassName
{
color: #7C25CE;
}
</style>
background-color css
<style>
a { background-color: #7C25CE; }
a { background-color: rgb(124,37,206); }
div.DivClassName
{
background-color: #7C25CE;
}
.BgClassName
{
background-color: #7C25CE;
}
</style>
border-color css
<style>
span { border-color: #7C25CE; }
span { border-color: rgb(124,37,206); }
td.TdClassName
{
border-color: #7C25CE;
}
.TagClassName
{
border-color: #7C25CE;
}
</style>