Shades of Vivid Violet #71278C
Tints of Vivid Violet #71278C
RGB
CMYK
RGB Variations
Color information
#71278C (or 0x71278C) is known color: Vivid Violet. HEX triplet: 71, 27 and 8C. RGB value is (113,39,140). Sum of RGB (Red+Green+Blue) = 113+39+140=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #71278C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71278C is #8ED873. Grayscale: #484848. Windows color (decimal): -9361524 or 9185137. OLE color: 9185137.
HSL color Cylindrical-coordinate representation of color #71278C: hue angle of 283.96º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71278C is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 39 | 140 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.45 |
| HSL | 283.96º | 0.56% | 0.35% | - |
| HSV(B) | 283.96º | 0.72% | 0.55% | - |
| XYZ | 12.27 | 6.86 | 25.49 | - |
| YUV | 72.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 140 | 0.19 | 0.72 | 0 | 0.45 | 283.96 | 0.56 | 0.35 |
| Hex | 71 | 27 | 8C | 13 | 48 | 0 | 2D | 11C | 38 | 23 |
| Octal | 161 | 47 | 214 | 23 | 110 | 0 | 55 | 434 | 70 | 43 |
| Binary | 1110001 | 100111 | 10001100 | 10011 | 1001000 | 0 | 101101 | 100011100 | 111000 | 100011 |
Color Harmonies of #71278C
Complementary color
Monochromatic Colors of #71278C
Black with #71278C
Text Example
Text Example
White with #71278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71278C; }
p { color: rgb(113,39,140); }
H1.HeaderClassName
{
color: #71278C;
}
.AnyTagClassName
{
color: #71278C;
}
</style>
background-color css
<style>
a { background-color: #71278C; }
a { background-color: rgb(113,39,140); }
div.DivClassName
{
background-color: #71278C;
}
.BgClassName
{
background-color: #71278C;
}
</style>
border-color css
<style>
span { border-color: #71278C; }
span { border-color: rgb(113,39,140); }
td.TdClassName
{
border-color: #71278C;
}
.TagClassName
{
border-color: #71278C;
}
</style>