Shades of Blue Violet #7F44D1
Tints of Blue Violet #7F44D1
RGB
CMYK
RGB Variations
Color information
#7F44D1 (or 0x7F44D1) is known color: Blue Violet. HEX triplet: 7F, 44 and D1. RGB value is (127,68,209). Sum of RGB (Red+Green+Blue) = 127+68+209=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #7F44D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F44D1 is #80BB2E. Grayscale: #656565. Windows color (decimal): -8436527 or 13714559. OLE color: 13714559.
HSL color Cylindrical-coordinate representation of color #7F44D1: hue angle of 265.11º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F44D1 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 68 | 209 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.18 |
| HSL | 265.11º | 0.61% | 0.54% | - |
| HSV(B) | 265.11º | 0.67% | 0.82% | - |
| XYZ | 22.33 | 13.25 | 61.7 | - |
| YUV | 101.72 | 188.55 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 68 | 209 | 0.39 | 0.67 | 0 | 0.18 | 265.11 | 0.61 | 0.54 |
| Hex | 7F | 44 | D1 | 27 | 43 | 0 | 12 | 109 | 3D | 36 |
| Octal | 177 | 104 | 321 | 47 | 103 | 0 | 22 | 411 | 75 | 66 |
| Binary | 1111111 | 1000100 | 11010001 | 100111 | 1000011 | 0 | 10010 | 100001001 | 111101 | 110110 |
Color Harmonies of #7F44D1
Complementary color
Monochromatic Colors of #7F44D1
Black with #7F44D1
Text Example
Text Example
White with #7F44D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F44D1; }
p { color: rgb(127,68,209); }
H1.HeaderClassName
{
color: #7F44D1;
}
.AnyTagClassName
{
color: #7F44D1;
}
</style>
background-color css
<style>
a { background-color: #7F44D1; }
a { background-color: rgb(127,68,209); }
div.DivClassName
{
background-color: #7F44D1;
}
.BgClassName
{
background-color: #7F44D1;
}
</style>
border-color css
<style>
span { border-color: #7F44D1; }
span { border-color: rgb(127,68,209); }
td.TdClassName
{
border-color: #7F44D1;
}
.TagClassName
{
border-color: #7F44D1;
}
</style>