Shades of Blue Violet #7F4ADE
Tints of Blue Violet #7F4ADE
RGB
CMYK
RGB Variations
Color information
#7F4ADE (or 0x7F4ADE) is known color: Blue Violet. HEX triplet: 7F, 4A and DE. RGB value is (127,74,222). Sum of RGB (Red+Green+Blue) = 127+74+222=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #7F4ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4ADE is #80B521. Grayscale: #6A6A6A. Windows color (decimal): -8434978 or 14568063. OLE color: 14568063.
HSL color Cylindrical-coordinate representation of color #7F4ADE: hue angle of 261.49º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F4ADE is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 74 | 222 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.13 |
| HSL | 261.49º | 0.69% | 0.58% | - |
| HSV(B) | 261.49º | 0.67% | 0.87% | - |
| XYZ | 24.39 | 14.68 | 70.66 | - |
| YUV | 106.72 | 193.06 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 74 | 222 | 0.43 | 0.67 | 0 | 0.13 | 261.49 | 0.69 | 0.58 |
| Hex | 7F | 4A | DE | 2B | 43 | 0 | D | 105 | 45 | 3A |
| Octal | 177 | 112 | 336 | 53 | 103 | 0 | 15 | 405 | 105 | 72 |
| Binary | 1111111 | 1001010 | 11011110 | 101011 | 1000011 | 0 | 1101 | 100000101 | 1000101 | 111010 |
Color Harmonies of #7F4ADE
Complementary color
Monochromatic Colors of #7F4ADE
Black with #7F4ADE
Text Example
Text Example
White with #7F4ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4ADE; }
p { color: rgb(127,74,222); }
H1.HeaderClassName
{
color: #7F4ADE;
}
.AnyTagClassName
{
color: #7F4ADE;
}
</style>
background-color css
<style>
a { background-color: #7F4ADE; }
a { background-color: rgb(127,74,222); }
div.DivClassName
{
background-color: #7F4ADE;
}
.BgClassName
{
background-color: #7F4ADE;
}
</style>
border-color css
<style>
span { border-color: #7F4ADE; }
span { border-color: rgb(127,74,222); }
td.TdClassName
{
border-color: #7F4ADE;
}
.TagClassName
{
border-color: #7F4ADE;
}
</style>