Shades of Blue Violet #7F27DC
Tints of Blue Violet #7F27DC
RGB
CMYK
RGB Variations
Color information
#7F27DC (or 0x7F27DC) is known color: Blue Violet. HEX triplet: 7F, 27 and DC. RGB value is (127,39,220). Sum of RGB (Red+Green+Blue) = 127+39+220=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F27DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F27DC is #80D823. Grayscale: #555555. Windows color (decimal): -8443940 or 14428031. OLE color: 14428031.
HSL color Cylindrical-coordinate representation of color #7F27DC: hue angle of 269.17º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F27DC is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 39 | 220 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.14 |
| HSL | 269.17º | 0.72% | 0.51% | - |
| HSV(B) | 269.17º | 0.82% | 0.86% | - |
| XYZ | 22.4 | 11.13 | 68.68 | - |
| YUV | 85.95 | 203.65 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 39 | 220 | 0.42 | 0.82 | 0 | 0.14 | 269.17 | 0.72 | 0.51 |
| Hex | 7F | 27 | DC | 2A | 52 | 0 | E | 10D | 48 | 33 |
| Octal | 177 | 47 | 334 | 52 | 122 | 0 | 16 | 415 | 110 | 63 |
| Binary | 1111111 | 100111 | 11011100 | 101010 | 1010010 | 0 | 1110 | 100001101 | 1001000 | 110011 |
Color Harmonies of #7F27DC
Complementary color
Monochromatic Colors of #7F27DC
Black with #7F27DC
Text Example
Text Example
White with #7F27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F27DC; }
p { color: rgb(127,39,220); }
H1.HeaderClassName
{
color: #7F27DC;
}
.AnyTagClassName
{
color: #7F27DC;
}
</style>
background-color css
<style>
a { background-color: #7F27DC; }
a { background-color: rgb(127,39,220); }
div.DivClassName
{
background-color: #7F27DC;
}
.BgClassName
{
background-color: #7F27DC;
}
</style>
border-color css
<style>
span { border-color: #7F27DC; }
span { border-color: rgb(127,39,220); }
td.TdClassName
{
border-color: #7F27DC;
}
.TagClassName
{
border-color: #7F27DC;
}
</style>