Shades of Vivid Violet #71248B
Tints of Vivid Violet #71248B
RGB
CMYK
RGB Variations
Color information
#71248B (or 0x71248B) is known color: Vivid Violet. HEX triplet: 71, 24 and 8B. RGB value is (113,36,139). Sum of RGB (Red+Green+Blue) = 113+36+139=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #71248B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71248B is #8EDB74. Grayscale: #464646. Windows color (decimal): -9362293 or 9118833. OLE color: 9118833.
HSL color Cylindrical-coordinate representation of color #71248B: hue angle of 284.85º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71248B is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 36 | 139 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.45 |
| HSL | 284.85º | 0.59% | 0.34% | - |
| HSV(B) | 284.85º | 0.74% | 0.55% | - |
| XYZ | 12.1 | 6.64 | 25.07 | - |
| YUV | 70.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 139 | 0.19 | 0.74 | 0 | 0.45 | 284.85 | 0.59 | 0.34 |
| Hex | 71 | 24 | 8B | 13 | 4A | 0 | 2D | 11D | 3B | 22 |
| Octal | 161 | 44 | 213 | 23 | 112 | 0 | 55 | 435 | 73 | 42 |
| Binary | 1110001 | 100100 | 10001011 | 10011 | 1001010 | 0 | 101101 | 100011101 | 111011 | 100010 |
Color Harmonies of #71248B
Complementary color
Monochromatic Colors of #71248B
Black with #71248B
Text Example
Text Example
White with #71248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71248B; }
p { color: rgb(113,36,139); }
H1.HeaderClassName
{
color: #71248B;
}
.AnyTagClassName
{
color: #71248B;
}
</style>
background-color css
<style>
a { background-color: #71248B; }
a { background-color: rgb(113,36,139); }
div.DivClassName
{
background-color: #71248B;
}
.BgClassName
{
background-color: #71248B;
}
</style>
border-color css
<style>
span { border-color: #71248B; }
span { border-color: rgb(113,36,139); }
td.TdClassName
{
border-color: #71248B;
}
.TagClassName
{
border-color: #71248B;
}
</style>