Shades of Vivid Violet #712898
Tints of Vivid Violet #712898
RGB
CMYK
RGB Variations
Color information
#712898 (or 0x712898) is known color: Vivid Violet. HEX triplet: 71, 28 and 98. RGB value is (113,40,152). Sum of RGB (Red+Green+Blue) = 113+40+152=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #712898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712898 is #8ED767. Grayscale: #4A4A4A. Windows color (decimal): -9361256 or 9971825. OLE color: 9971825.
HSL color Cylindrical-coordinate representation of color #712898: hue angle of 279.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #712898 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 40 | 152 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.40 |
| HSL | 279.11º | 0.58% | 0.38% | - |
| HSV(B) | 279.11º | 0.74% | 0.6% | - |
| XYZ | 13.24 | 7.3 | 30.42 | - |
| YUV | 74.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 152 | 0.26 | 0.74 | 0 | 0.40 | 279.11 | 0.58 | 0.38 |
| Hex | 71 | 28 | 98 | 1A | 4A | 0 | 28 | 117 | 3A | 26 |
| Octal | 161 | 50 | 230 | 32 | 112 | 0 | 50 | 427 | 72 | 46 |
| Binary | 1110001 | 101000 | 10011000 | 11010 | 1001010 | 0 | 101000 | 100010111 | 111010 | 100110 |
Color Harmonies of #712898
Complementary color
Monochromatic Colors of #712898
Black with #712898
Text Example
Text Example
White with #712898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712898; }
p { color: rgb(113,40,152); }
H1.HeaderClassName
{
color: #712898;
}
.AnyTagClassName
{
color: #712898;
}
</style>
background-color css
<style>
a { background-color: #712898; }
a { background-color: rgb(113,40,152); }
div.DivClassName
{
background-color: #712898;
}
.BgClassName
{
background-color: #712898;
}
</style>
border-color css
<style>
span { border-color: #712898; }
span { border-color: rgb(113,40,152); }
td.TdClassName
{
border-color: #712898;
}
.TagClassName
{
border-color: #712898;
}
</style>