Shades of Blue Violet #7F21CF
Tints of Blue Violet #7F21CF
RGB
CMYK
RGB Variations
Color information
#7F21CF (or 0x7F21CF) is known color: Blue Violet. HEX triplet: 7F, 21 and CF. RGB value is (127,33,207). Sum of RGB (Red+Green+Blue) = 127+33+207=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F21CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F21CF is #80DE30. Grayscale: #505050. Windows color (decimal): -8445489 or 13574527. OLE color: 13574527.
HSL color Cylindrical-coordinate representation of color #7F21CF: hue angle of 272.41º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F21CF is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 33 | 207 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.19 |
| HSL | 272.41º | 0.73% | 0.47% | - |
| HSV(B) | 272.41º | 0.84% | 0.81% | - |
| XYZ | 20.56 | 10.1 | 59.9 | - |
| YUV | 80.94 | 199.14 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 207 | 0.39 | 0.84 | 0 | 0.19 | 272.41 | 0.73 | 0.47 |
| Hex | 7F | 21 | CF | 27 | 54 | 0 | 13 | 110 | 48 | 2F |
| Octal | 177 | 41 | 317 | 47 | 124 | 0 | 23 | 420 | 110 | 57 |
| Binary | 1111111 | 100001 | 11001111 | 100111 | 1010100 | 0 | 10011 | 100010000 | 1001000 | 101111 |
Color Harmonies of #7F21CF
Complementary color
Monochromatic Colors of #7F21CF
Black with #7F21CF
Text Example
Text Example
White with #7F21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F21CF; }
p { color: rgb(127,33,207); }
H1.HeaderClassName
{
color: #7F21CF;
}
.AnyTagClassName
{
color: #7F21CF;
}
</style>
background-color css
<style>
a { background-color: #7F21CF; }
a { background-color: rgb(127,33,207); }
div.DivClassName
{
background-color: #7F21CF;
}
.BgClassName
{
background-color: #7F21CF;
}
</style>
border-color css
<style>
span { border-color: #7F21CF; }
span { border-color: rgb(127,33,207); }
td.TdClassName
{
border-color: #7F21CF;
}
.TagClassName
{
border-color: #7F21CF;
}
</style>