Shades of Blue Violet #7F1ADD
Tints of Blue Violet #7F1ADD
RGB
CMYK
RGB Variations
Color information
#7F1ADD (or 0x7F1ADD) is known color: Blue Violet. HEX triplet: 7F, 1A and DD. RGB value is (127,26,221). Sum of RGB (Red+Green+Blue) = 127+26+221=374 (49% of max value = 765). Red value is 127 (50% from 255 or 33.96% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F1ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F1ADD is #80E522. Grayscale: #4D4D4D. Windows color (decimal): -8447267 or 14490239. OLE color: 14490239.
HSL color Cylindrical-coordinate representation of color #7F1ADD: hue angle of 271.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F1ADD is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 26 | 221 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.13 |
| HSL | 271.08º | 0.79% | 0.48% | - |
| HSV(B) | 271.08º | 0.88% | 0.87% | - |
| XYZ | 22.17 | 10.47 | 69.26 | - |
| YUV | 78.43 | 208.46 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 26 | 221 | 0.43 | 0.88 | 0 | 0.13 | 271.08 | 0.79 | 0.48 |
| Hex | 7F | 1A | DD | 2B | 58 | 0 | D | 10F | 4F | 30 |
| Octal | 177 | 32 | 335 | 53 | 130 | 0 | 15 | 417 | 117 | 60 |
| Binary | 1111111 | 11010 | 11011101 | 101011 | 1011000 | 0 | 1101 | 100001111 | 1001111 | 110000 |
Color Harmonies of #7F1ADD
Complementary color
Monochromatic Colors of #7F1ADD
Black with #7F1ADD
Text Example
Text Example
White with #7F1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1ADD; }
p { color: rgb(127,26,221); }
H1.HeaderClassName
{
color: #7F1ADD;
}
.AnyTagClassName
{
color: #7F1ADD;
}
</style>
background-color css
<style>
a { background-color: #7F1ADD; }
a { background-color: rgb(127,26,221); }
div.DivClassName
{
background-color: #7F1ADD;
}
.BgClassName
{
background-color: #7F1ADD;
}
</style>
border-color css
<style>
span { border-color: #7F1ADD; }
span { border-color: rgb(127,26,221); }
td.TdClassName
{
border-color: #7F1ADD;
}
.TagClassName
{
border-color: #7F1ADD;
}
</style>