Shades of Vivid Violet #71378A
Tints of Vivid Violet #71378A
RGB
CMYK
RGB Variations
Color information
#71378A (or 0x71378A) is known color: Vivid Violet. HEX triplet: 71, 37 and 8A. RGB value is (113,55,138). Sum of RGB (Red+Green+Blue) = 113+55+138=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #71378A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71378A is #8EC875. Grayscale: #515151. Windows color (decimal): -9357430 or 9058161. OLE color: 9058161.
HSL color Cylindrical-coordinate representation of color #71378A: hue angle of 281.93º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71378A is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 55 | 138 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.46 |
| HSL | 281.93º | 0.43% | 0.38% | - |
| HSV(B) | 281.93º | 0.6% | 0.54% | - |
| XYZ | 12.76 | 8.08 | 24.93 | - |
| YUV | 81.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 138 | 0.18 | 0.60 | 0 | 0.46 | 281.93 | 0.43 | 0.38 |
| Hex | 71 | 37 | 8A | 12 | 3C | 0 | 2E | 11A | 2B | 26 |
| Octal | 161 | 67 | 212 | 22 | 74 | 0 | 56 | 432 | 53 | 46 |
| Binary | 1110001 | 110111 | 10001010 | 10010 | 111100 | 0 | 101110 | 100011010 | 101011 | 100110 |
Color Harmonies of #71378A
Complementary color
Monochromatic Colors of #71378A
Black with #71378A
Text Example
Text Example
White with #71378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71378A; }
p { color: rgb(113,55,138); }
H1.HeaderClassName
{
color: #71378A;
}
.AnyTagClassName
{
color: #71378A;
}
</style>
background-color css
<style>
a { background-color: #71378A; }
a { background-color: rgb(113,55,138); }
div.DivClassName
{
background-color: #71378A;
}
.BgClassName
{
background-color: #71378A;
}
</style>
border-color css
<style>
span { border-color: #71378A; }
span { border-color: rgb(113,55,138); }
td.TdClassName
{
border-color: #71378A;
}
.TagClassName
{
border-color: #71378A;
}
</style>