Shades of Blue Violet #7F17FA
Tints of Blue Violet #7F17FA
RGB
CMYK
RGB Variations
Color information
#7F17FA (or 0x7F17FA) is known color: Blue Violet. HEX triplet: 7F, 17 and FA. RGB value is (127,23,250). Sum of RGB (Red+Green+Blue) = 127+23+250=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F17FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F17FA is #80E805. Grayscale: #4F4F4F. Windows color (decimal): -8448006 or 16390015. OLE color: 16390015.
HSL color Cylindrical-coordinate representation of color #7F17FA: hue angle of 267.49º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F17FA is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 23 | 250 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.02 |
| HSL | 267.49º | 0.96% | 0.54% | - |
| HSV(B) | 267.49º | 0.91% | 0.98% | - |
| XYZ | 26.31 | 12.03 | 91.38 | - |
| YUV | 79.97 | 223.96 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 250 | 0.49 | 0.91 | 0 | 0.02 | 267.49 | 0.96 | 0.54 |
| Hex | 7F | 17 | FA | 31 | 5B | 0 | 2 | 10B | 60 | 36 |
| Octal | 177 | 27 | 372 | 61 | 133 | 0 | 2 | 413 | 140 | 66 |
| Binary | 1111111 | 10111 | 11111010 | 110001 | 1011011 | 0 | 10 | 100001011 | 1100000 | 110110 |
Color Harmonies of #7F17FA
Complementary color
Monochromatic Colors of #7F17FA
Black with #7F17FA
Text Example
Text Example
White with #7F17FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F17FA; }
p { color: rgb(127,23,250); }
H1.HeaderClassName
{
color: #7F17FA;
}
.AnyTagClassName
{
color: #7F17FA;
}
</style>
background-color css
<style>
a { background-color: #7F17FA; }
a { background-color: rgb(127,23,250); }
div.DivClassName
{
background-color: #7F17FA;
}
.BgClassName
{
background-color: #7F17FA;
}
</style>
border-color css
<style>
span { border-color: #7F17FA; }
span { border-color: rgb(127,23,250); }
td.TdClassName
{
border-color: #7F17FA;
}
.TagClassName
{
border-color: #7F17FA;
}
</style>