Shades of Vivid Violet #71279B
Tints of Vivid Violet #71279B
RGB
CMYK
RGB Variations
Color information
#71279B (or 0x71279B) is known color: Vivid Violet. HEX triplet: 71, 27 and 9B. RGB value is (113,39,155). Sum of RGB (Red+Green+Blue) = 113+39+155=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #71279B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71279B is #8ED864. Grayscale: #494949. Windows color (decimal): -9361509 or 10168177. OLE color: 10168177.
HSL color Cylindrical-coordinate representation of color #71279B: hue angle of 278.28º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71279B is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 39 | 155 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.39 |
| HSL | 278.28º | 0.6% | 0.38% | - |
| HSV(B) | 278.28º | 0.75% | 0.61% | - |
| XYZ | 13.45 | 7.33 | 31.72 | - |
| YUV | 74.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 155 | 0.27 | 0.75 | 0 | 0.39 | 278.28 | 0.6 | 0.38 |
| Hex | 71 | 27 | 9B | 1B | 4B | 0 | 27 | 116 | 3C | 26 |
| Octal | 161 | 47 | 233 | 33 | 113 | 0 | 47 | 426 | 74 | 46 |
| Binary | 1110001 | 100111 | 10011011 | 11011 | 1001011 | 0 | 100111 | 100010110 | 111100 | 100110 |
Color Harmonies of #71279B
Complementary color
Monochromatic Colors of #71279B
Black with #71279B
Text Example
Text Example
White with #71279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71279B; }
p { color: rgb(113,39,155); }
H1.HeaderClassName
{
color: #71279B;
}
.AnyTagClassName
{
color: #71279B;
}
</style>
background-color css
<style>
a { background-color: #71279B; }
a { background-color: rgb(113,39,155); }
div.DivClassName
{
background-color: #71279B;
}
.BgClassName
{
background-color: #71279B;
}
</style>
border-color css
<style>
span { border-color: #71279B; }
span { border-color: rgb(113,39,155); }
td.TdClassName
{
border-color: #71279B;
}
.TagClassName
{
border-color: #71279B;
}
</style>