Shades of Vivid Violet #71259B
Tints of Vivid Violet #71259B
RGB
CMYK
RGB Variations
Color information
#71259B (or 0x71259B) is known color: Vivid Violet. HEX triplet: 71, 25 and 9B. RGB value is (113,37,155). Sum of RGB (Red+Green+Blue) = 113+37+155=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #71259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71259B is #8EDA64. Grayscale: #484848. Windows color (decimal): -9362021 or 10167665. OLE color: 10167665.
HSL color Cylindrical-coordinate representation of color #71259B: hue angle of 278.64º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71259B is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 37 | 155 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.39 |
| HSL | 278.64º | 0.61% | 0.38% | - |
| HSV(B) | 278.64º | 0.76% | 0.61% | - |
| XYZ | 13.39 | 7.2 | 31.69 | - |
| YUV | 73.18 | 174.18 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 155 | 0.27 | 0.76 | 0 | 0.39 | 278.64 | 0.61 | 0.38 |
| Hex | 71 | 25 | 9B | 1B | 4C | 0 | 27 | 117 | 3D | 26 |
| Octal | 161 | 45 | 233 | 33 | 114 | 0 | 47 | 427 | 75 | 46 |
| Binary | 1110001 | 100101 | 10011011 | 11011 | 1001100 | 0 | 100111 | 100010111 | 111101 | 100110 |
Color Harmonies of #71259B
Complementary color
Monochromatic Colors of #71259B
Black with #71259B
Text Example
Text Example
White with #71259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71259B; }
p { color: rgb(113,37,155); }
H1.HeaderClassName
{
color: #71259B;
}
.AnyTagClassName
{
color: #71259B;
}
</style>
background-color css
<style>
a { background-color: #71259B; }
a { background-color: rgb(113,37,155); }
div.DivClassName
{
background-color: #71259B;
}
.BgClassName
{
background-color: #71259B;
}
</style>
border-color css
<style>
span { border-color: #71259B; }
span { border-color: rgb(113,37,155); }
td.TdClassName
{
border-color: #71259B;
}
.TagClassName
{
border-color: #71259B;
}
</style>