Shades of Blue Violet #7F2ADD
Tints of Blue Violet #7F2ADD
RGB
CMYK
RGB Variations
Color information
#7F2ADD (or 0x7F2ADD) is known color: Blue Violet. HEX triplet: 7F, 2A and DD. RGB value is (127,42,221). Sum of RGB (Red+Green+Blue) = 127+42+221=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F2ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2ADD is #80D522. Grayscale: #575757. Windows color (decimal): -8443171 or 14494335. OLE color: 14494335.
HSL color Cylindrical-coordinate representation of color #7F2ADD: hue angle of 268.49º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F2ADD is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 42 | 221 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.13 |
| HSL | 268.49º | 0.72% | 0.52% | - |
| HSV(B) | 268.49º | 0.81% | 0.87% | - |
| XYZ | 22.63 | 11.39 | 69.41 | - |
| YUV | 87.82 | 203.16 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 42 | 221 | 0.43 | 0.81 | 0 | 0.13 | 268.49 | 0.72 | 0.52 |
| Hex | 7F | 2A | DD | 2B | 51 | 0 | D | 10C | 48 | 34 |
| Octal | 177 | 52 | 335 | 53 | 121 | 0 | 15 | 414 | 110 | 64 |
| Binary | 1111111 | 101010 | 11011101 | 101011 | 1010001 | 0 | 1101 | 100001100 | 1001000 | 110100 |
Color Harmonies of #7F2ADD
Complementary color
Monochromatic Colors of #7F2ADD
Black with #7F2ADD
Text Example
Text Example
White with #7F2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2ADD; }
p { color: rgb(127,42,221); }
H1.HeaderClassName
{
color: #7F2ADD;
}
.AnyTagClassName
{
color: #7F2ADD;
}
</style>
background-color css
<style>
a { background-color: #7F2ADD; }
a { background-color: rgb(127,42,221); }
div.DivClassName
{
background-color: #7F2ADD;
}
.BgClassName
{
background-color: #7F2ADD;
}
</style>
border-color css
<style>
span { border-color: #7F2ADD; }
span { border-color: rgb(127,42,221); }
td.TdClassName
{
border-color: #7F2ADD;
}
.TagClassName
{
border-color: #7F2ADD;
}
</style>