Shades of Vivid Violet #71269C
Tints of Vivid Violet #71269C
RGB
CMYK
RGB Variations
Color information
#71269C (or 0x71269C) is known color: Vivid Violet. HEX triplet: 71, 26 and 9C. RGB value is (113,38,156). Sum of RGB (Red+Green+Blue) = 113+38+156=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #71269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71269C is #8ED963. Grayscale: #494949. Windows color (decimal): -9361764 or 10233457. OLE color: 10233457.
HSL color Cylindrical-coordinate representation of color #71269C: hue angle of 278.14º 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 #71269C is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 38 | 156 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.39 |
| HSL | 278.14º | 0.61% | 0.38% | - |
| HSV(B) | 278.14º | 0.76% | 0.61% | - |
| XYZ | 13.5 | 7.3 | 32.15 | - |
| YUV | 73.88 | 174.35 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 156 | 0.28 | 0.76 | 0 | 0.39 | 278.14 | 0.61 | 0.38 |
| Hex | 71 | 26 | 9C | 1C | 4C | 0 | 27 | 116 | 3D | 26 |
| Octal | 161 | 46 | 234 | 34 | 114 | 0 | 47 | 426 | 75 | 46 |
| Binary | 1110001 | 100110 | 10011100 | 11100 | 1001100 | 0 | 100111 | 100010110 | 111101 | 100110 |
Color Harmonies of #71269C
Complementary color
Monochromatic Colors of #71269C
Black with #71269C
Text Example
Text Example
White with #71269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71269C; }
p { color: rgb(113,38,156); }
H1.HeaderClassName
{
color: #71269C;
}
.AnyTagClassName
{
color: #71269C;
}
</style>
background-color css
<style>
a { background-color: #71269C; }
a { background-color: rgb(113,38,156); }
div.DivClassName
{
background-color: #71269C;
}
.BgClassName
{
background-color: #71269C;
}
</style>
border-color css
<style>
span { border-color: #71269C; }
span { border-color: rgb(113,38,156); }
td.TdClassName
{
border-color: #71269C;
}
.TagClassName
{
border-color: #71269C;
}
</style>