Shades of Blue Violet #7F3BDA
Tints of Blue Violet #7F3BDA
RGB
CMYK
RGB Variations
Color information
#7F3BDA (or 0x7F3BDA) is known color: Blue Violet. HEX triplet: 7F, 3B and DA. RGB value is (127,59,218). Sum of RGB (Red+Green+Blue) = 127+59+218=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F3BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3BDA is #80C425. Grayscale: #606060. Windows color (decimal): -8438822 or 14302079. OLE color: 14302079.
HSL color Cylindrical-coordinate representation of color #7F3BDA: hue angle of 265.66º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F3BDA is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 59 | 218 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.15 |
| HSL | 265.66º | 0.68% | 0.54% | - |
| HSV(B) | 265.66º | 0.73% | 0.85% | - |
| XYZ | 22.97 | 12.7 | 67.57 | - |
| YUV | 97.46 | 196.03 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 59 | 218 | 0.42 | 0.73 | 0 | 0.15 | 265.66 | 0.68 | 0.54 |
| Hex | 7F | 3B | DA | 2A | 49 | 0 | F | 10A | 44 | 36 |
| Octal | 177 | 73 | 332 | 52 | 111 | 0 | 17 | 412 | 104 | 66 |
| Binary | 1111111 | 111011 | 11011010 | 101010 | 1001001 | 0 | 1111 | 100001010 | 1000100 | 110110 |
Color Harmonies of #7F3BDA
Complementary color
Monochromatic Colors of #7F3BDA
Black with #7F3BDA
Text Example
Text Example
White with #7F3BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3BDA; }
p { color: rgb(127,59,218); }
H1.HeaderClassName
{
color: #7F3BDA;
}
.AnyTagClassName
{
color: #7F3BDA;
}
</style>
background-color css
<style>
a { background-color: #7F3BDA; }
a { background-color: rgb(127,59,218); }
div.DivClassName
{
background-color: #7F3BDA;
}
.BgClassName
{
background-color: #7F3BDA;
}
</style>
border-color css
<style>
span { border-color: #7F3BDA; }
span { border-color: rgb(127,59,218); }
td.TdClassName
{
border-color: #7F3BDA;
}
.TagClassName
{
border-color: #7F3BDA;
}
</style>