Shades of Vivid Violet #7F259C
Tints of Vivid Violet #7F259C
RGB
CMYK
RGB Variations
Color information
#7F259C (or 0x7F259C) is known color: Vivid Violet. HEX triplet: 7F, 25 and 9C. RGB value is (127,37,156). Sum of RGB (Red+Green+Blue) = 127+37+156=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F259C is #80DA63. Grayscale: #4D4D4D. Windows color (decimal): -8444516 or 10233215. OLE color: 10233215.
HSL color Cylindrical-coordinate representation of color #7F259C: hue angle of 285.38º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F259C is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 37 | 156 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.39 |
| HSL | 285.38º | 0.62% | 0.38% | - |
| HSV(B) | 285.38º | 0.76% | 0.61% | - |
| XYZ | 15.41 | 8.24 | 32.23 | - |
| YUV | 77.48 | 172.32 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 37 | 156 | 0.19 | 0.76 | 0 | 0.39 | 285.38 | 0.62 | 0.38 |
| Hex | 7F | 25 | 9C | 13 | 4C | 0 | 27 | 11D | 3E | 26 |
| Octal | 177 | 45 | 234 | 23 | 114 | 0 | 47 | 435 | 76 | 46 |
| Binary | 1111111 | 100101 | 10011100 | 10011 | 1001100 | 0 | 100111 | 100011101 | 111110 | 100110 |
Color Harmonies of #7F259C
Complementary color
Monochromatic Colors of #7F259C
Black with #7F259C
Text Example
Text Example
White with #7F259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F259C; }
p { color: rgb(127,37,156); }
H1.HeaderClassName
{
color: #7F259C;
}
.AnyTagClassName
{
color: #7F259C;
}
</style>
background-color css
<style>
a { background-color: #7F259C; }
a { background-color: rgb(127,37,156); }
div.DivClassName
{
background-color: #7F259C;
}
.BgClassName
{
background-color: #7F259C;
}
</style>
border-color css
<style>
span { border-color: #7F259C; }
span { border-color: rgb(127,37,156); }
td.TdClassName
{
border-color: #7F259C;
}
.TagClassName
{
border-color: #7F259C;
}
</style>