Shades of Blue Violet #7C1ACF
Tints of Blue Violet #7C1ACF
RGB
CMYK
RGB Variations
Color information
#7C1ACF (or 0x7C1ACF) is known color: Blue Violet. HEX triplet: 7C, 1A and CF. RGB value is (124,26,207). Sum of RGB (Red+Green+Blue) = 124+26+207=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C1ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1ACF is #83E530. Grayscale: #4B4B4B. Windows color (decimal): -8643889 or 13572732. OLE color: 13572732.
HSL color Cylindrical-coordinate representation of color #7C1ACF: hue angle of 272.49º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1ACF is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 26 | 207 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.19 |
| HSL | 272.49º | 0.78% | 0.46% | - |
| HSV(B) | 272.49º | 0.87% | 0.81% | - |
| XYZ | 19.94 | 9.53 | 59.82 | - |
| YUV | 75.94 | 201.97 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 26 | 207 | 0.40 | 0.87 | 0 | 0.19 | 272.49 | 0.78 | 0.46 |
| Hex | 7C | 1A | CF | 28 | 57 | 0 | 13 | 110 | 4E | 2E |
| Octal | 174 | 32 | 317 | 50 | 127 | 0 | 23 | 420 | 116 | 56 |
| Binary | 1111100 | 11010 | 11001111 | 101000 | 1010111 | 0 | 10011 | 100010000 | 1001110 | 101110 |
Color Harmonies of #7C1ACF
Complementary color
Monochromatic Colors of #7C1ACF
Black with #7C1ACF
Text Example
Text Example
White with #7C1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1ACF; }
p { color: rgb(124,26,207); }
H1.HeaderClassName
{
color: #7C1ACF;
}
.AnyTagClassName
{
color: #7C1ACF;
}
</style>
background-color css
<style>
a { background-color: #7C1ACF; }
a { background-color: rgb(124,26,207); }
div.DivClassName
{
background-color: #7C1ACF;
}
.BgClassName
{
background-color: #7C1ACF;
}
</style>
border-color css
<style>
span { border-color: #7C1ACF; }
span { border-color: rgb(124,26,207); }
td.TdClassName
{
border-color: #7C1ACF;
}
.TagClassName
{
border-color: #7C1ACF;
}
</style>