Shades of Vivid Violet #71278F
Tints of Vivid Violet #71278F
RGB
CMYK
RGB Variations
Color information
#71278F (or 0x71278F) is known color: Vivid Violet. HEX triplet: 71, 27 and 8F. RGB value is (113,39,143). Sum of RGB (Red+Green+Blue) = 113+39+143=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #71278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71278F is #8ED870. Grayscale: #484848. Windows color (decimal): -9361521 or 9381745. OLE color: 9381745.
HSL color Cylindrical-coordinate representation of color #71278F: hue angle of 282.69º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71278F is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 39 | 143 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.44 |
| HSL | 282.69º | 0.57% | 0.36% | - |
| HSV(B) | 282.69º | 0.73% | 0.56% | - |
| XYZ | 12.49 | 6.94 | 26.67 | - |
| YUV | 72.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 143 | 0.21 | 0.73 | 0 | 0.44 | 282.69 | 0.57 | 0.36 |
| Hex | 71 | 27 | 8F | 15 | 49 | 0 | 2C | 11B | 39 | 24 |
| Octal | 161 | 47 | 217 | 25 | 111 | 0 | 54 | 433 | 71 | 44 |
| Binary | 1110001 | 100111 | 10001111 | 10101 | 1001001 | 0 | 101100 | 100011011 | 111001 | 100100 |
Color Harmonies of #71278F
Complementary color
Monochromatic Colors of #71278F
Black with #71278F
Text Example
Text Example
White with #71278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71278F; }
p { color: rgb(113,39,143); }
H1.HeaderClassName
{
color: #71278F;
}
.AnyTagClassName
{
color: #71278F;
}
</style>
background-color css
<style>
a { background-color: #71278F; }
a { background-color: rgb(113,39,143); }
div.DivClassName
{
background-color: #71278F;
}
.BgClassName
{
background-color: #71278F;
}
</style>
border-color css
<style>
span { border-color: #71278F; }
span { border-color: rgb(113,39,143); }
td.TdClassName
{
border-color: #71278F;
}
.TagClassName
{
border-color: #71278F;
}
</style>