Shades of Vivid Violet #71248C
Tints of Vivid Violet #71248C
RGB
CMYK
RGB Variations
Color information
#71248C (or 0x71248C) is known color: Vivid Violet. HEX triplet: 71, 24 and 8C. RGB value is (113,36,140). Sum of RGB (Red+Green+Blue) = 113+36+140=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #71248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71248C is #8EDB73. Grayscale: #464646. Windows color (decimal): -9362292 or 9184369. OLE color: 9184369.
HSL color Cylindrical-coordinate representation of color #71248C: hue angle of 284.42º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71248C is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 36 | 140 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.45 |
| HSL | 284.42º | 0.59% | 0.35% | - |
| HSV(B) | 284.42º | 0.74% | 0.55% | - |
| XYZ | 12.17 | 6.67 | 25.46 | - |
| YUV | 70.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 140 | 0.19 | 0.74 | 0 | 0.45 | 284.42 | 0.59 | 0.35 |
| Hex | 71 | 24 | 8C | 13 | 4A | 0 | 2D | 11C | 3B | 23 |
| Octal | 161 | 44 | 214 | 23 | 112 | 0 | 55 | 434 | 73 | 43 |
| Binary | 1110001 | 100100 | 10001100 | 10011 | 1001010 | 0 | 101101 | 100011100 | 111011 | 100011 |
Color Harmonies of #71248C
Complementary color
Monochromatic Colors of #71248C
Black with #71248C
Text Example
Text Example
White with #71248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71248C; }
p { color: rgb(113,36,140); }
H1.HeaderClassName
{
color: #71248C;
}
.AnyTagClassName
{
color: #71248C;
}
</style>
background-color css
<style>
a { background-color: #71248C; }
a { background-color: rgb(113,36,140); }
div.DivClassName
{
background-color: #71248C;
}
.BgClassName
{
background-color: #71248C;
}
</style>
border-color css
<style>
span { border-color: #71248C; }
span { border-color: rgb(113,36,140); }
td.TdClassName
{
border-color: #71248C;
}
.TagClassName
{
border-color: #71248C;
}
</style>