Shades of Blue Violet #7F3EDD
Tints of Blue Violet #7F3EDD
RGB
CMYK
RGB Variations
Color information
#7F3EDD (or 0x7F3EDD) is known color: Blue Violet. HEX triplet: 7F, 3E and DD. RGB value is (127,62,221). Sum of RGB (Red+Green+Blue) = 127+62+221=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F3EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3EDD is #80C122. Grayscale: #626262. Windows color (decimal): -8438051 or 14499455. OLE color: 14499455.
HSL color Cylindrical-coordinate representation of color #7F3EDD: hue angle of 264.53º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F3EDD is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 62 | 221 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.13 |
| HSL | 264.53º | 0.7% | 0.55% | - |
| HSV(B) | 264.53º | 0.72% | 0.87% | - |
| XYZ | 23.53 | 13.18 | 69.71 | - |
| YUV | 99.56 | 196.53 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 62 | 221 | 0.43 | 0.72 | 0 | 0.13 | 264.53 | 0.7 | 0.55 |
| Hex | 7F | 3E | DD | 2B | 48 | 0 | D | 109 | 46 | 37 |
| Octal | 177 | 76 | 335 | 53 | 110 | 0 | 15 | 411 | 106 | 67 |
| Binary | 1111111 | 111110 | 11011101 | 101011 | 1001000 | 0 | 1101 | 100001001 | 1000110 | 110111 |
Color Harmonies of #7F3EDD
Complementary color
Monochromatic Colors of #7F3EDD
Black with #7F3EDD
Text Example
Text Example
White with #7F3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3EDD; }
p { color: rgb(127,62,221); }
H1.HeaderClassName
{
color: #7F3EDD;
}
.AnyTagClassName
{
color: #7F3EDD;
}
</style>
background-color css
<style>
a { background-color: #7F3EDD; }
a { background-color: rgb(127,62,221); }
div.DivClassName
{
background-color: #7F3EDD;
}
.BgClassName
{
background-color: #7F3EDD;
}
</style>
border-color css
<style>
span { border-color: #7F3EDD; }
span { border-color: rgb(127,62,221); }
td.TdClassName
{
border-color: #7F3EDD;
}
.TagClassName
{
border-color: #7F3EDD;
}
</style>