Shades of Blue Violet #7F19CF
Tints of Blue Violet #7F19CF
RGB
CMYK
RGB Variations
Color information
#7F19CF (or 0x7F19CF) is known color: Blue Violet. HEX triplet: 7F, 19 and CF. RGB value is (127,25,207). Sum of RGB (Red+Green+Blue) = 127+25+207=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F19CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F19CF is #80E630. Grayscale: #4B4B4B. Windows color (decimal): -8447537 or 13572479. OLE color: 13572479.
HSL color Cylindrical-coordinate representation of color #7F19CF: hue angle of 273.63º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F19CF is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 25 | 207 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.19 |
| HSL | 273.63º | 0.78% | 0.45% | - |
| HSV(B) | 273.63º | 0.88% | 0.81% | - |
| XYZ | 20.36 | 9.71 | 59.83 | - |
| YUV | 76.25 | 201.79 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 25 | 207 | 0.39 | 0.88 | 0 | 0.19 | 273.63 | 0.78 | 0.45 |
| Hex | 7F | 19 | CF | 27 | 58 | 0 | 13 | 112 | 4E | 2D |
| Octal | 177 | 31 | 317 | 47 | 130 | 0 | 23 | 422 | 116 | 55 |
| Binary | 1111111 | 11001 | 11001111 | 100111 | 1011000 | 0 | 10011 | 100010010 | 1001110 | 101101 |
Color Harmonies of #7F19CF
Complementary color
Monochromatic Colors of #7F19CF
Black with #7F19CF
Text Example
Text Example
White with #7F19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F19CF; }
p { color: rgb(127,25,207); }
H1.HeaderClassName
{
color: #7F19CF;
}
.AnyTagClassName
{
color: #7F19CF;
}
</style>
background-color css
<style>
a { background-color: #7F19CF; }
a { background-color: rgb(127,25,207); }
div.DivClassName
{
background-color: #7F19CF;
}
.BgClassName
{
background-color: #7F19CF;
}
</style>
border-color css
<style>
span { border-color: #7F19CF; }
span { border-color: rgb(127,25,207); }
td.TdClassName
{
border-color: #7F19CF;
}
.TagClassName
{
border-color: #7F19CF;
}
</style>