Shades of Vivid Violet #71388A
Tints of Vivid Violet #71388A
RGB
CMYK
RGB Variations
Color information
#71388A (or 0x71388A) is known color: Vivid Violet. HEX triplet: 71, 38 and 8A. RGB value is (113,56,138). Sum of RGB (Red+Green+Blue) = 113+56+138=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #71388A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71388A is #8EC775. Grayscale: #525252. Windows color (decimal): -9357174 or 9058417. OLE color: 9058417.
HSL color Cylindrical-coordinate representation of color #71388A: hue angle of 281.71º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71388A is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 56 | 138 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.46 |
| HSL | 281.71º | 0.42% | 0.38% | - |
| HSV(B) | 281.71º | 0.59% | 0.54% | - |
| XYZ | 12.81 | 8.17 | 24.95 | - |
| YUV | 82.39 | 159.38 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 138 | 0.18 | 0.59 | 0 | 0.46 | 281.71 | 0.42 | 0.38 |
| Hex | 71 | 38 | 8A | 12 | 3B | 0 | 2E | 11A | 2A | 26 |
| Octal | 161 | 70 | 212 | 22 | 73 | 0 | 56 | 432 | 52 | 46 |
| Binary | 1110001 | 111000 | 10001010 | 10010 | 111011 | 0 | 101110 | 100011010 | 101010 | 100110 |
Color Harmonies of #71388A
Complementary color
Monochromatic Colors of #71388A
Black with #71388A
Text Example
Text Example
White with #71388A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71388A; }
p { color: rgb(113,56,138); }
H1.HeaderClassName
{
color: #71388A;
}
.AnyTagClassName
{
color: #71388A;
}
</style>
background-color css
<style>
a { background-color: #71388A; }
a { background-color: rgb(113,56,138); }
div.DivClassName
{
background-color: #71388A;
}
.BgClassName
{
background-color: #71388A;
}
</style>
border-color css
<style>
span { border-color: #71388A; }
span { border-color: rgb(113,56,138); }
td.TdClassName
{
border-color: #71388A;
}
.TagClassName
{
border-color: #71388A;
}
</style>