Shades of Blue Violet #7E26CF
Tints of Blue Violet #7E26CF
RGB
CMYK
RGB Variations
Color information
#7E26CF (or 0x7E26CF) is known color: Blue Violet. HEX triplet: 7E, 26 and CF. RGB value is (126,38,207). Sum of RGB (Red+Green+Blue) = 126+38+207=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E26CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E26CF is #81D930. Grayscale: #525252. Windows color (decimal): -8509745 or 13575806. OLE color: 13575806.
HSL color Cylindrical-coordinate representation of color #7E26CF: hue angle of 271.24º degrees, saturation: 0.69, 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 #7E26CF is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 38 | 207 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.19 |
| HSL | 271.24º | 0.69% | 0.48% | - |
| HSV(B) | 271.24º | 0.82% | 0.81% | - |
| XYZ | 20.56 | 10.33 | 59.94 | - |
| YUV | 83.58 | 197.65 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 38 | 207 | 0.39 | 0.82 | 0 | 0.19 | 271.24 | 0.69 | 0.48 |
| Hex | 7E | 26 | CF | 27 | 52 | 0 | 13 | 10F | 45 | 30 |
| Octal | 176 | 46 | 317 | 47 | 122 | 0 | 23 | 417 | 105 | 60 |
| Binary | 1111110 | 100110 | 11001111 | 100111 | 1010010 | 0 | 10011 | 100001111 | 1000101 | 110000 |
Color Harmonies of #7E26CF
Complementary color
Monochromatic Colors of #7E26CF
Black with #7E26CF
Text Example
Text Example
White with #7E26CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E26CF; }
p { color: rgb(126,38,207); }
H1.HeaderClassName
{
color: #7E26CF;
}
.AnyTagClassName
{
color: #7E26CF;
}
</style>
background-color css
<style>
a { background-color: #7E26CF; }
a { background-color: rgb(126,38,207); }
div.DivClassName
{
background-color: #7E26CF;
}
.BgClassName
{
background-color: #7E26CF;
}
</style>
border-color css
<style>
span { border-color: #7E26CF; }
span { border-color: rgb(126,38,207); }
td.TdClassName
{
border-color: #7E26CF;
}
.TagClassName
{
border-color: #7E26CF;
}
</style>