Shades of Blue Violet #7F21CA
Tints of Blue Violet #7F21CA
RGB
CMYK
RGB Variations
Color information
#7F21CA (or 0x7F21CA) is known color: Blue Violet. HEX triplet: 7F, 21 and CA. RGB value is (127,33,202). Sum of RGB (Red+Green+Blue) = 127+33+202=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F21CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F21CA is #80DE35. Grayscale: #4F4F4F. Windows color (decimal): -8445494 or 13246847. OLE color: 13246847.
HSL color Cylindrical-coordinate representation of color #7F21CA: hue angle of 273.37º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F21CA is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 33 | 202 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.21 |
| HSL | 273.37º | 0.72% | 0.46% | - |
| HSV(B) | 273.37º | 0.84% | 0.79% | - |
| XYZ | 19.96 | 9.86 | 56.73 | - |
| YUV | 80.37 | 196.64 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 202 | 0.37 | 0.84 | 0 | 0.21 | 273.37 | 0.72 | 0.46 |
| Hex | 7F | 21 | CA | 25 | 54 | 0 | 15 | 111 | 48 | 2E |
| Octal | 177 | 41 | 312 | 45 | 124 | 0 | 25 | 421 | 110 | 56 |
| Binary | 1111111 | 100001 | 11001010 | 100101 | 1010100 | 0 | 10101 | 100010001 | 1001000 | 101110 |
Color Harmonies of #7F21CA
Complementary color
Monochromatic Colors of #7F21CA
Black with #7F21CA
Text Example
Text Example
White with #7F21CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F21CA; }
p { color: rgb(127,33,202); }
H1.HeaderClassName
{
color: #7F21CA;
}
.AnyTagClassName
{
color: #7F21CA;
}
</style>
background-color css
<style>
a { background-color: #7F21CA; }
a { background-color: rgb(127,33,202); }
div.DivClassName
{
background-color: #7F21CA;
}
.BgClassName
{
background-color: #7F21CA;
}
</style>
border-color css
<style>
span { border-color: #7F21CA; }
span { border-color: rgb(127,33,202); }
td.TdClassName
{
border-color: #7F21CA;
}
.TagClassName
{
border-color: #7F21CA;
}
</style>