Shades of Blue Violet #7F13D6
Tints of Blue Violet #7F13D6
RGB
CMYK
RGB Variations
Color information
#7F13D6 (or 0x7F13D6) is known color: Blue Violet. HEX triplet: 7F, 13 and D6. RGB value is (127,19,214). Sum of RGB (Red+Green+Blue) = 127+19+214=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 214 (83.98% from 255 or 59.44% from 360); Max value from RGB is 214 - color contains mainly: blue. Hex color #7F13D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F13D6 is #80EC29. Grayscale: #484848. Windows color (decimal): -8449066 or 14029695. OLE color: 14029695.
HSL color Cylindrical-coordinate representation of color #7F13D6: hue angle of 273.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F13D6 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 19 | 214 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.16 |
| HSL | 273.23º | 0.84% | 0.46% | - |
| HSV(B) | 273.23º | 0.91% | 0.84% | - |
| XYZ | 21.12 | 9.83 | 64.4 | - |
| YUV | 73.52 | 207.28 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 214 | 0.41 | 0.91 | 0 | 0.16 | 273.23 | 0.84 | 0.46 |
| Hex | 7F | 13 | D6 | 29 | 5B | 0 | 10 | 111 | 54 | 2E |
| Octal | 177 | 23 | 326 | 51 | 133 | 0 | 20 | 421 | 124 | 56 |
| Binary | 1111111 | 10011 | 11010110 | 101001 | 1011011 | 0 | 10000 | 100010001 | 1010100 | 101110 |
Color Harmonies of #7F13D6
Complementary color
Monochromatic Colors of #7F13D6
Black with #7F13D6
Text Example
Text Example
White with #7F13D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F13D6; }
p { color: rgb(127,19,214); }
H1.HeaderClassName
{
color: #7F13D6;
}
.AnyTagClassName
{
color: #7F13D6;
}
</style>
background-color css
<style>
a { background-color: #7F13D6; }
a { background-color: rgb(127,19,214); }
div.DivClassName
{
background-color: #7F13D6;
}
.BgClassName
{
background-color: #7F13D6;
}
</style>
border-color css
<style>
span { border-color: #7F13D6; }
span { border-color: rgb(127,19,214); }
td.TdClassName
{
border-color: #7F13D6;
}
.TagClassName
{
border-color: #7F13D6;
}
</style>