Shades of Blue Violet #7F2DD4
Tints of Blue Violet #7F2DD4
RGB
CMYK
RGB Variations
Color information
#7F2DD4 (or 0x7F2DD4) is known color: Blue Violet. HEX triplet: 7F, 2D and D4. RGB value is (127,45,212). Sum of RGB (Red+Green+Blue) = 127+45+212=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 212 (83.20% from 255 or 55.21% from 384); Max value from RGB is 212 - color contains mainly: blue. Hex color #7F2DD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2DD4 is #80D22B. Grayscale: #575757. Windows color (decimal): -8442412 or 13905279. OLE color: 13905279.
HSL color Cylindrical-coordinate representation of color #7F2DD4: hue angle of 269.46º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F2DD4 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 45 | 212 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.17 |
| HSL | 269.46º | 0.66% | 0.5% | - |
| HSV(B) | 269.46º | 0.79% | 0.83% | - |
| XYZ | 21.57 | 11.14 | 63.3 | - |
| YUV | 88.56 | 197.67 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 212 | 0.40 | 0.79 | 0 | 0.17 | 269.46 | 0.66 | 0.5 |
| Hex | 7F | 2D | D4 | 28 | 4F | 0 | 11 | 10D | 42 | 32 |
| Octal | 177 | 55 | 324 | 50 | 117 | 0 | 21 | 415 | 102 | 62 |
| Binary | 1111111 | 101101 | 11010100 | 101000 | 1001111 | 0 | 10001 | 100001101 | 1000010 | 110010 |
Color Harmonies of #7F2DD4
Complementary color
Monochromatic Colors of #7F2DD4
Black with #7F2DD4
Text Example
Text Example
White with #7F2DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2DD4; }
p { color: rgb(127,45,212); }
H1.HeaderClassName
{
color: #7F2DD4;
}
.AnyTagClassName
{
color: #7F2DD4;
}
</style>
background-color css
<style>
a { background-color: #7F2DD4; }
a { background-color: rgb(127,45,212); }
div.DivClassName
{
background-color: #7F2DD4;
}
.BgClassName
{
background-color: #7F2DD4;
}
</style>
border-color css
<style>
span { border-color: #7F2DD4; }
span { border-color: rgb(127,45,212); }
td.TdClassName
{
border-color: #7F2DD4;
}
.TagClassName
{
border-color: #7F2DD4;
}
</style>