Shades of Blue Violet #7F3DDA
Tints of Blue Violet #7F3DDA
RGB
CMYK
RGB Variations
Color information
#7F3DDA (or 0x7F3DDA) is known color: Blue Violet. HEX triplet: 7F, 3D and DA. RGB value is (127,61,218). Sum of RGB (Red+Green+Blue) = 127+61+218=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F3DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3DDA is #80C225. Grayscale: #626262. Windows color (decimal): -8438310 or 14302591. OLE color: 14302591.
HSL color Cylindrical-coordinate representation of color #7F3DDA: hue angle of 265.22º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F3DDA is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 61 | 218 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.15 |
| HSL | 265.22º | 0.68% | 0.55% | - |
| HSV(B) | 265.22º | 0.72% | 0.85% | - |
| XYZ | 23.08 | 12.91 | 67.61 | - |
| YUV | 98.63 | 195.37 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 61 | 218 | 0.42 | 0.72 | 0 | 0.15 | 265.22 | 0.68 | 0.55 |
| Hex | 7F | 3D | DA | 2A | 48 | 0 | F | 109 | 44 | 37 |
| Octal | 177 | 75 | 332 | 52 | 110 | 0 | 17 | 411 | 104 | 67 |
| Binary | 1111111 | 111101 | 11011010 | 101010 | 1001000 | 0 | 1111 | 100001001 | 1000100 | 110111 |
Color Harmonies of #7F3DDA
Complementary color
Monochromatic Colors of #7F3DDA
Black with #7F3DDA
Text Example
Text Example
White with #7F3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3DDA; }
p { color: rgb(127,61,218); }
H1.HeaderClassName
{
color: #7F3DDA;
}
.AnyTagClassName
{
color: #7F3DDA;
}
</style>
background-color css
<style>
a { background-color: #7F3DDA; }
a { background-color: rgb(127,61,218); }
div.DivClassName
{
background-color: #7F3DDA;
}
.BgClassName
{
background-color: #7F3DDA;
}
</style>
border-color css
<style>
span { border-color: #7F3DDA; }
span { border-color: rgb(127,61,218); }
td.TdClassName
{
border-color: #7F3DDA;
}
.TagClassName
{
border-color: #7F3DDA;
}
</style>