Shades of Blue Violet #7C26FF
Tints of Blue Violet #7C26FF
RGB
CMYK
RGB Variations
Color information
#7C26FF (or 0x7C26FF) is known color: Blue Violet. HEX triplet: 7C, 26 and FF. RGB value is (124,38,255). Sum of RGB (Red+Green+Blue) = 124+38+255=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C26FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C26FF is #83D900. Grayscale: #575757. Windows color (decimal): -8640769 or 16721532. OLE color: 16721532.
HSL color Cylindrical-coordinate representation of color #7C26FF: hue angle of 263.78º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C26FF is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 38 | 255 | - |
| CMYK | 0.51 | 0.85 | 0 | 0 |
| HSL | 263.78º | 1% | 0.57% | - |
| HSV(B) | 263.78º | 0.85% | 1% | - |
| XYZ | 27.06 | 12.89 | 95.67 | - |
| YUV | 88.45 | 221.99 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 38 | 255 | 0.51 | 0.85 | 0 | 0 | 263.78 | 1 | 0.57 |
| Hex | 7C | 26 | FF | 33 | 55 | 0 | 0 | 108 | 64 | 39 |
| Octal | 174 | 46 | 377 | 63 | 125 | 0 | 0 | 410 | 144 | 71 |
| Binary | 1111100 | 100110 | 11111111 | 110011 | 1010101 | 0 | 0 | 100001000 | 1100100 | 111001 |
Color Harmonies of #7C26FF
Complementary color
Monochromatic Colors of #7C26FF
Black with #7C26FF
Text Example
Text Example
White with #7C26FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C26FF; }
p { color: rgb(124,38,255); }
H1.HeaderClassName
{
color: #7C26FF;
}
.AnyTagClassName
{
color: #7C26FF;
}
</style>
background-color css
<style>
a { background-color: #7C26FF; }
a { background-color: rgb(124,38,255); }
div.DivClassName
{
background-color: #7C26FF;
}
.BgClassName
{
background-color: #7C26FF;
}
</style>
border-color css
<style>
span { border-color: #7C26FF; }
span { border-color: rgb(124,38,255); }
td.TdClassName
{
border-color: #7C26FF;
}
.TagClassName
{
border-color: #7C26FF;
}
</style>