Shades of Blue Violet #7F27CE
Tints of Blue Violet #7F27CE
RGB
CMYK
RGB Variations
Color information
#7F27CE (or 0x7F27CE) is known color: Blue Violet. HEX triplet: 7F, 27 and CE. RGB value is (127,39,206). Sum of RGB (Red+Green+Blue) = 127+39+206=372 (49% of max value = 765). Red value is 127 (50% from 255 or 34.14% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F27CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F27CE is #80D831. Grayscale: #535353. Windows color (decimal): -8443954 or 13510527. OLE color: 13510527.
HSL color Cylindrical-coordinate representation of color #7F27CE: hue angle of 271.62º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F27CE is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 39 | 206 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.19 |
| HSL | 271.62º | 0.68% | 0.48% | - |
| HSV(B) | 271.62º | 0.81% | 0.81% | - |
| XYZ | 20.62 | 10.42 | 59.32 | - |
| YUV | 84.35 | 196.65 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 39 | 206 | 0.38 | 0.81 | 0 | 0.19 | 271.62 | 0.68 | 0.48 |
| Hex | 7F | 27 | CE | 26 | 51 | 0 | 13 | 110 | 44 | 30 |
| Octal | 177 | 47 | 316 | 46 | 121 | 0 | 23 | 420 | 104 | 60 |
| Binary | 1111111 | 100111 | 11001110 | 100110 | 1010001 | 0 | 10011 | 100010000 | 1000100 | 110000 |
Color Harmonies of #7F27CE
Complementary color
Monochromatic Colors of #7F27CE
Black with #7F27CE
Text Example
Text Example
White with #7F27CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F27CE; }
p { color: rgb(127,39,206); }
H1.HeaderClassName
{
color: #7F27CE;
}
.AnyTagClassName
{
color: #7F27CE;
}
</style>
background-color css
<style>
a { background-color: #7F27CE; }
a { background-color: rgb(127,39,206); }
div.DivClassName
{
background-color: #7F27CE;
}
.BgClassName
{
background-color: #7F27CE;
}
</style>
border-color css
<style>
span { border-color: #7F27CE; }
span { border-color: rgb(127,39,206); }
td.TdClassName
{
border-color: #7F27CE;
}
.TagClassName
{
border-color: #7F27CE;
}
</style>