Shades of Blue Violet #7F27FF
Tints of Blue Violet #7F27FF
RGB
CMYK
RGB Variations
Color information
#7F27FF (or 0x7F27FF) is known color: Blue Violet. HEX triplet: 7F, 27 and FF. RGB value is (127,39,255). Sum of RGB (Red+Green+Blue) = 127+39+255=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F27FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F27FF is #80D800. Grayscale: #595959. Windows color (decimal): -8443905 or 16721791. OLE color: 16721791.
HSL color Cylindrical-coordinate representation of color #7F27FF: hue angle of 264.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F27FF is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 39 | 255 | - |
| CMYK | 0.50 | 0.85 | 0 | 0 |
| HSL | 264.44º | 1% | 0.58% | - |
| HSV(B) | 264.44º | 0.85% | 1% | - |
| XYZ | 27.53 | 13.18 | 95.7 | - |
| YUV | 89.94 | 221.15 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 39 | 255 | 0.50 | 0.85 | 0 | 0 | 264.44 | 1 | 0.58 |
| Hex | 7F | 27 | FF | 32 | 55 | 0 | 0 | 108 | 64 | 3A |
| Octal | 177 | 47 | 377 | 62 | 125 | 0 | 0 | 410 | 144 | 72 |
| Binary | 1111111 | 100111 | 11111111 | 110010 | 1010101 | 0 | 0 | 100001000 | 1100100 | 111010 |
Color Harmonies of #7F27FF
Complementary color
Monochromatic Colors of #7F27FF
Black with #7F27FF
Text Example
Text Example
White with #7F27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F27FF; }
p { color: rgb(127,39,255); }
H1.HeaderClassName
{
color: #7F27FF;
}
.AnyTagClassName
{
color: #7F27FF;
}
</style>
background-color css
<style>
a { background-color: #7F27FF; }
a { background-color: rgb(127,39,255); }
div.DivClassName
{
background-color: #7F27FF;
}
.BgClassName
{
background-color: #7F27FF;
}
</style>
border-color css
<style>
span { border-color: #7F27FF; }
span { border-color: rgb(127,39,255); }
td.TdClassName
{
border-color: #7F27FF;
}
.TagClassName
{
border-color: #7F27FF;
}
</style>