Shades of Blue Violet #7F21DA
Tints of Blue Violet #7F21DA
RGB
CMYK
RGB Variations
Color information
#7F21DA (or 0x7F21DA) is known color: Blue Violet. HEX triplet: 7F, 21 and DA. RGB value is (127,33,218). Sum of RGB (Red+Green+Blue) = 127+33+218=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F21DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F21DA is #80DE25. Grayscale: #515151. Windows color (decimal): -8445478 or 14295423. OLE color: 14295423.
HSL color Cylindrical-coordinate representation of color #7F21DA: hue angle of 270.49º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F21DA is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 33 | 218 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.15 |
| HSL | 270.49º | 0.74% | 0.49% | - |
| HSV(B) | 270.49º | 0.85% | 0.85% | - |
| XYZ | 21.95 | 10.66 | 67.23 | - |
| YUV | 82.2 | 204.64 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 218 | 0.42 | 0.85 | 0 | 0.15 | 270.49 | 0.74 | 0.49 |
| Hex | 7F | 21 | DA | 2A | 55 | 0 | F | 10E | 4A | 31 |
| Octal | 177 | 41 | 332 | 52 | 125 | 0 | 17 | 416 | 112 | 61 |
| Binary | 1111111 | 100001 | 11011010 | 101010 | 1010101 | 0 | 1111 | 100001110 | 1001010 | 110001 |
Color Harmonies of #7F21DA
Complementary color
Monochromatic Colors of #7F21DA
Black with #7F21DA
Text Example
Text Example
White with #7F21DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F21DA; }
p { color: rgb(127,33,218); }
H1.HeaderClassName
{
color: #7F21DA;
}
.AnyTagClassName
{
color: #7F21DA;
}
</style>
background-color css
<style>
a { background-color: #7F21DA; }
a { background-color: rgb(127,33,218); }
div.DivClassName
{
background-color: #7F21DA;
}
.BgClassName
{
background-color: #7F21DA;
}
</style>
border-color css
<style>
span { border-color: #7F21DA; }
span { border-color: rgb(127,33,218); }
td.TdClassName
{
border-color: #7F21DA;
}
.TagClassName
{
border-color: #7F21DA;
}
</style>