Shades of Vivid Violet #7F1CAC
Tints of Vivid Violet #7F1CAC
RGB
CMYK
RGB Variations
Color information
#7F1CAC (or 0x7F1CAC) is known color: Vivid Violet. HEX triplet: 7F, 1C and AC. RGB value is (127,28,172). Sum of RGB (Red+Green+Blue) = 127+28+172=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F1CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1CAC is #80E353. Grayscale: #494949. Windows color (decimal): -8446804 or 11279487. OLE color: 11279487.
HSL color Cylindrical-coordinate representation of color #7F1CAC: hue angle of 281.25º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1CAC is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 28 | 172 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.33 |
| HSL | 281.25º | 0.72% | 0.39% | - |
| HSV(B) | 281.25º | 0.84% | 0.67% | - |
| XYZ | 16.61 | 8.32 | 39.76 | - |
| YUV | 74.02 | 183.3 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 28 | 172 | 0.26 | 0.84 | 0 | 0.33 | 281.25 | 0.72 | 0.39 |
| Hex | 7F | 1C | AC | 1A | 54 | 0 | 21 | 119 | 48 | 27 |
| Octal | 177 | 34 | 254 | 32 | 124 | 0 | 41 | 431 | 110 | 47 |
| Binary | 1111111 | 11100 | 10101100 | 11010 | 1010100 | 0 | 100001 | 100011001 | 1001000 | 100111 |
Color Harmonies of #7F1CAC
Complementary color
Monochromatic Colors of #7F1CAC
Black with #7F1CAC
Text Example
Text Example
White with #7F1CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1CAC; }
p { color: rgb(127,28,172); }
H1.HeaderClassName
{
color: #7F1CAC;
}
.AnyTagClassName
{
color: #7F1CAC;
}
</style>
background-color css
<style>
a { background-color: #7F1CAC; }
a { background-color: rgb(127,28,172); }
div.DivClassName
{
background-color: #7F1CAC;
}
.BgClassName
{
background-color: #7F1CAC;
}
</style>
border-color css
<style>
span { border-color: #7F1CAC; }
span { border-color: rgb(127,28,172); }
td.TdClassName
{
border-color: #7F1CAC;
}
.TagClassName
{
border-color: #7F1CAC;
}
</style>