Shades of Vivid Violet #71249C
Tints of Vivid Violet #71249C
RGB
CMYK
RGB Variations
Color information
#71249C (or 0x71249C) is known color: Vivid Violet. HEX triplet: 71, 24 and 9C. RGB value is (113,36,156). Sum of RGB (Red+Green+Blue) = 113+36+156=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #71249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71249C is #8EDB63. Grayscale: #484848. Windows color (decimal): -9362276 or 10232945. OLE color: 10232945.
HSL color Cylindrical-coordinate representation of color #71249C: hue angle of 278.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71249C is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 36 | 156 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.39 |
| HSL | 278.5º | 0.63% | 0.38% | - |
| HSV(B) | 278.5º | 0.77% | 0.61% | - |
| XYZ | 13.44 | 7.17 | 32.13 | - |
| YUV | 72.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 156 | 0.28 | 0.77 | 0 | 0.39 | 278.5 | 0.63 | 0.38 |
| Hex | 71 | 24 | 9C | 1C | 4D | 0 | 27 | 116 | 3E | 26 |
| Octal | 161 | 44 | 234 | 34 | 115 | 0 | 47 | 426 | 76 | 46 |
| Binary | 1110001 | 100100 | 10011100 | 11100 | 1001101 | 0 | 100111 | 100010110 | 111110 | 100110 |
Color Harmonies of #71249C
Complementary color
Monochromatic Colors of #71249C
Black with #71249C
Text Example
Text Example
White with #71249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71249C; }
p { color: rgb(113,36,156); }
H1.HeaderClassName
{
color: #71249C;
}
.AnyTagClassName
{
color: #71249C;
}
</style>
background-color css
<style>
a { background-color: #71249C; }
a { background-color: rgb(113,36,156); }
div.DivClassName
{
background-color: #71249C;
}
.BgClassName
{
background-color: #71249C;
}
</style>
border-color css
<style>
span { border-color: #71249C; }
span { border-color: rgb(113,36,156); }
td.TdClassName
{
border-color: #71249C;
}
.TagClassName
{
border-color: #71249C;
}
</style>