Shades of Vivid Violet #7F1B9A
Tints of Vivid Violet #7F1B9A
RGB
CMYK
RGB Variations
Color information
#7F1B9A (or 0x7F1B9A) is known color: Vivid Violet. HEX triplet: 7F, 1B and 9A. RGB value is (127,27,154). Sum of RGB (Red+Green+Blue) = 127+27+154=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #7F1B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1B9A is #80E465. Grayscale: #464646. Windows color (decimal): -8447078 or 10099583. OLE color: 10099583.
HSL color Cylindrical-coordinate representation of color #7F1B9A: hue angle of 287.24º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F1B9A is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 27 | 154 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.40 |
| HSL | 287.24º | 0.7% | 0.35% | - |
| HSV(B) | 287.24º | 0.82% | 0.6% | - |
| XYZ | 14.98 | 7.63 | 31.26 | - |
| YUV | 71.38 | 174.63 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 27 | 154 | 0.18 | 0.82 | 0 | 0.40 | 287.24 | 0.7 | 0.35 |
| Hex | 7F | 1B | 9A | 12 | 52 | 0 | 28 | 11F | 46 | 23 |
| Octal | 177 | 33 | 232 | 22 | 122 | 0 | 50 | 437 | 106 | 43 |
| Binary | 1111111 | 11011 | 10011010 | 10010 | 1010010 | 0 | 101000 | 100011111 | 1000110 | 100011 |
Color Harmonies of #7F1B9A
Complementary color
Monochromatic Colors of #7F1B9A
Black with #7F1B9A
Text Example
Text Example
White with #7F1B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1B9A; }
p { color: rgb(127,27,154); }
H1.HeaderClassName
{
color: #7F1B9A;
}
.AnyTagClassName
{
color: #7F1B9A;
}
</style>
background-color css
<style>
a { background-color: #7F1B9A; }
a { background-color: rgb(127,27,154); }
div.DivClassName
{
background-color: #7F1B9A;
}
.BgClassName
{
background-color: #7F1B9A;
}
</style>
border-color css
<style>
span { border-color: #7F1B9A; }
span { border-color: rgb(127,27,154); }
td.TdClassName
{
border-color: #7F1B9A;
}
.TagClassName
{
border-color: #7F1B9A;
}
</style>