Shades of Blue Violet #7F20CA
Tints of Blue Violet #7F20CA
RGB
CMYK
RGB Variations
Color information
#7F20CA (or 0x7F20CA) is known color: Blue Violet. HEX triplet: 7F, 20 and CA. RGB value is (127,32,202). Sum of RGB (Red+Green+Blue) = 127+32+202=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F20CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F20CA is #80DF35. Grayscale: #4F4F4F. Windows color (decimal): -8445750 or 13246591. OLE color: 13246591.
HSL color Cylindrical-coordinate representation of color #7F20CA: hue angle of 273.53º degrees, saturation: 0.73, 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 #7F20CA is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 32 | 202 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.21 |
| HSL | 273.53º | 0.73% | 0.46% | - |
| HSV(B) | 273.53º | 0.84% | 0.79% | - |
| XYZ | 19.93 | 9.81 | 56.72 | - |
| YUV | 79.79 | 196.97 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 202 | 0.37 | 0.84 | 0 | 0.21 | 273.53 | 0.73 | 0.46 |
| Hex | 7F | 20 | CA | 25 | 54 | 0 | 15 | 112 | 49 | 2E |
| Octal | 177 | 40 | 312 | 45 | 124 | 0 | 25 | 422 | 111 | 56 |
| Binary | 1111111 | 100000 | 11001010 | 100101 | 1010100 | 0 | 10101 | 100010010 | 1001001 | 101110 |
Color Harmonies of #7F20CA
Complementary color
Monochromatic Colors of #7F20CA
Black with #7F20CA
Text Example
Text Example
White with #7F20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F20CA; }
p { color: rgb(127,32,202); }
H1.HeaderClassName
{
color: #7F20CA;
}
.AnyTagClassName
{
color: #7F20CA;
}
</style>
background-color css
<style>
a { background-color: #7F20CA; }
a { background-color: rgb(127,32,202); }
div.DivClassName
{
background-color: #7F20CA;
}
.BgClassName
{
background-color: #7F20CA;
}
</style>
border-color css
<style>
span { border-color: #7F20CA; }
span { border-color: rgb(127,32,202); }
td.TdClassName
{
border-color: #7F20CA;
}
.TagClassName
{
border-color: #7F20CA;
}
</style>