Shades of Vivid Violet #71238C
Tints of Vivid Violet #71238C
RGB
CMYK
RGB Variations
Color information
#71238C (or 0x71238C) is known color: Vivid Violet. HEX triplet: 71, 23 and 8C. RGB value is (113,35,140). Sum of RGB (Red+Green+Blue) = 113+35+140=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #71238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71238C is #8EDC73. Grayscale: #454545. Windows color (decimal): -9362548 or 9184113. OLE color: 9184113.
HSL color Cylindrical-coordinate representation of color #71238C: hue angle of 284.57º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71238C is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 35 | 140 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.45 |
| HSL | 284.57º | 0.6% | 0.34% | - |
| HSV(B) | 284.57º | 0.75% | 0.55% | - |
| XYZ | 12.14 | 6.61 | 25.45 | - |
| YUV | 70.29 | 167.34 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 140 | 0.19 | 0.75 | 0 | 0.45 | 284.57 | 0.6 | 0.34 |
| Hex | 71 | 23 | 8C | 13 | 4B | 0 | 2D | 11D | 3C | 22 |
| Octal | 161 | 43 | 214 | 23 | 113 | 0 | 55 | 435 | 74 | 42 |
| Binary | 1110001 | 100011 | 10001100 | 10011 | 1001011 | 0 | 101101 | 100011101 | 111100 | 100010 |
Color Harmonies of #71238C
Complementary color
Monochromatic Colors of #71238C
Black with #71238C
Text Example
Text Example
White with #71238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71238C; }
p { color: rgb(113,35,140); }
H1.HeaderClassName
{
color: #71238C;
}
.AnyTagClassName
{
color: #71238C;
}
</style>
background-color css
<style>
a { background-color: #71238C; }
a { background-color: rgb(113,35,140); }
div.DivClassName
{
background-color: #71238C;
}
.BgClassName
{
background-color: #71238C;
}
</style>
border-color css
<style>
span { border-color: #71238C; }
span { border-color: rgb(113,35,140); }
td.TdClassName
{
border-color: #71238C;
}
.TagClassName
{
border-color: #71238C;
}
</style>