Shades of Vivid Violet #7F25AD
Tints of Vivid Violet #7F25AD
RGB
CMYK
RGB Variations
Color information
#7F25AD (or 0x7F25AD) is known color: Vivid Violet. HEX triplet: 7F, 25 and AD. RGB value is (127,37,173). Sum of RGB (Red+Green+Blue) = 127+37+173=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F25AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F25AD is #80DA52. Grayscale: #4E4E4E. Windows color (decimal): -8444499 or 11347327. OLE color: 11347327.
HSL color Cylindrical-coordinate representation of color #7F25AD: hue angle of 279.71º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F25AD is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 37 | 173 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.32 |
| HSL | 279.71º | 0.65% | 0.41% | - |
| HSV(B) | 279.71º | 0.79% | 0.68% | - |
| XYZ | 16.96 | 8.85 | 40.35 | - |
| YUV | 79.41 | 180.82 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 37 | 173 | 0.27 | 0.79 | 0 | 0.32 | 279.71 | 0.65 | 0.41 |
| Hex | 7F | 25 | AD | 1B | 4F | 0 | 20 | 118 | 41 | 29 |
| Octal | 177 | 45 | 255 | 33 | 117 | 0 | 40 | 430 | 101 | 51 |
| Binary | 1111111 | 100101 | 10101101 | 11011 | 1001111 | 0 | 100000 | 100011000 | 1000001 | 101001 |
Color Harmonies of #7F25AD
Complementary color
Monochromatic Colors of #7F25AD
Black with #7F25AD
Text Example
Text Example
White with #7F25AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F25AD; }
p { color: rgb(127,37,173); }
H1.HeaderClassName
{
color: #7F25AD;
}
.AnyTagClassName
{
color: #7F25AD;
}
</style>
background-color css
<style>
a { background-color: #7F25AD; }
a { background-color: rgb(127,37,173); }
div.DivClassName
{
background-color: #7F25AD;
}
.BgClassName
{
background-color: #7F25AD;
}
</style>
border-color css
<style>
span { border-color: #7F25AD; }
span { border-color: rgb(127,37,173); }
td.TdClassName
{
border-color: #7F25AD;
}
.TagClassName
{
border-color: #7F25AD;
}
</style>