Shades of Blue Violet #7C16CA
Tints of Blue Violet #7C16CA
RGB
CMYK
RGB Variations
Color information
#7C16CA (or 0x7C16CA) is known color: Blue Violet. HEX triplet: 7C, 16 and CA. RGB value is (124,22,202). Sum of RGB (Red+Green+Blue) = 124+22+202=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C16CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C16CA is #83E935. Grayscale: #484848. Windows color (decimal): -8644918 or 13244028. OLE color: 13244028.
HSL color Cylindrical-coordinate representation of color #7C16CA: hue angle of 274º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C16CA is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 22 | 202 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.21 |
| HSL | 274º | 0.8% | 0.44% | - |
| HSV(B) | 274º | 0.89% | 0.79% | - |
| XYZ | 19.26 | 9.12 | 56.62 | - |
| YUV | 73.02 | 200.79 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 202 | 0.39 | 0.89 | 0 | 0.21 | 274 | 0.8 | 0.44 |
| Hex | 7C | 16 | CA | 27 | 59 | 0 | 15 | 112 | 50 | 2C |
| Octal | 174 | 26 | 312 | 47 | 131 | 0 | 25 | 422 | 120 | 54 |
| Binary | 1111100 | 10110 | 11001010 | 100111 | 1011001 | 0 | 10101 | 100010010 | 1010000 | 101100 |
Color Harmonies of #7C16CA
Complementary color
Monochromatic Colors of #7C16CA
Black with #7C16CA
Text Example
Text Example
White with #7C16CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C16CA; }
p { color: rgb(124,22,202); }
H1.HeaderClassName
{
color: #7C16CA;
}
.AnyTagClassName
{
color: #7C16CA;
}
</style>
background-color css
<style>
a { background-color: #7C16CA; }
a { background-color: rgb(124,22,202); }
div.DivClassName
{
background-color: #7C16CA;
}
.BgClassName
{
background-color: #7C16CA;
}
</style>
border-color css
<style>
span { border-color: #7C16CA; }
span { border-color: rgb(124,22,202); }
td.TdClassName
{
border-color: #7C16CA;
}
.TagClassName
{
border-color: #7C16CA;
}
</style>