Shades of Blue Violet #7F26CF
Tints of Blue Violet #7F26CF
RGB
CMYK
RGB Variations
Color information
#7F26CF (or 0x7F26CF) is known color: Blue Violet. HEX triplet: 7F, 26 and CF. RGB value is (127,38,207). Sum of RGB (Red+Green+Blue) = 127+38+207=372 (49% of max value = 765). Red value is 127 (50% from 255 or 34.14% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F26CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F26CF is #80D930. Grayscale: #535353. Windows color (decimal): -8444209 or 13575807. OLE color: 13575807.
HSL color Cylindrical-coordinate representation of color #7F26CF: hue angle of 271.6º 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 #7F26CF is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 38 | 207 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.19 |
| HSL | 271.6º | 0.69% | 0.48% | - |
| HSV(B) | 271.6º | 0.82% | 0.81% | - |
| XYZ | 20.71 | 10.4 | 59.95 | - |
| YUV | 83.88 | 197.49 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 38 | 207 | 0.39 | 0.82 | 0 | 0.19 | 271.6 | 0.69 | 0.48 |
| Hex | 7F | 26 | CF | 27 | 52 | 0 | 13 | 110 | 45 | 30 |
| Octal | 177 | 46 | 317 | 47 | 122 | 0 | 23 | 420 | 105 | 60 |
| Binary | 1111111 | 100110 | 11001111 | 100111 | 1010010 | 0 | 10011 | 100010000 | 1000101 | 110000 |
Color Harmonies of #7F26CF
Complementary color
Monochromatic Colors of #7F26CF
Black with #7F26CF
Text Example
Text Example
White with #7F26CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F26CF; }
p { color: rgb(127,38,207); }
H1.HeaderClassName
{
color: #7F26CF;
}
.AnyTagClassName
{
color: #7F26CF;
}
</style>
background-color css
<style>
a { background-color: #7F26CF; }
a { background-color: rgb(127,38,207); }
div.DivClassName
{
background-color: #7F26CF;
}
.BgClassName
{
background-color: #7F26CF;
}
</style>
border-color css
<style>
span { border-color: #7F26CF; }
span { border-color: rgb(127,38,207); }
td.TdClassName
{
border-color: #7F26CF;
}
.TagClassName
{
border-color: #7F26CF;
}
</style>