Shades of Blue Violet #7F15F8
Tints of Blue Violet #7F15F8
RGB
CMYK
RGB Variations
Color information
#7F15F8 (or 0x7F15F8) is known color: Blue Violet. HEX triplet: 7F, 15 and F8. RGB value is (127,21,248). Sum of RGB (Red+Green+Blue) = 127+21+248=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 248 (97.27% from 255 or 62.63% from 396); Max value from RGB is 248 - color contains mainly: blue. Hex color #7F15F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F15F8 is #80EA07. Grayscale: #4D4D4D. Windows color (decimal): -8448520 or 16258431. OLE color: 16258431.
HSL color Cylindrical-coordinate representation of color #7F15F8: hue angle of 268.02º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F15F8 is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 127 | 21 | 248 | - |
| CMYK | 0.49 | 0.92 | 0 | 0.03 |
| HSL | 268.02º | 0.94% | 0.53% | - |
| HSV(B) | 268.02º | 0.92% | 0.97% | - |
| XYZ | 25.96 | 11.83 | 89.72 | - |
| YUV | 78.57 | 223.62 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 248 | 0.49 | 0.92 | 0 | 0.03 | 268.02 | 0.94 | 0.53 |
| Hex | 7F | 15 | F8 | 31 | 5C | 0 | 3 | 10C | 5E | 35 |
| Octal | 177 | 25 | 370 | 61 | 134 | 0 | 3 | 414 | 136 | 65 |
| Binary | 1111111 | 10101 | 11111000 | 110001 | 1011100 | 0 | 11 | 100001100 | 1011110 | 110101 |
Color Harmonies of #7F15F8
Complementary color
Monochromatic Colors of #7F15F8
Black with #7F15F8
Text Example
Text Example
White with #7F15F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F15F8; }
p { color: rgb(127,21,248); }
H1.HeaderClassName
{
color: #7F15F8;
}
.AnyTagClassName
{
color: #7F15F8;
}
</style>
background-color css
<style>
a { background-color: #7F15F8; }
a { background-color: rgb(127,21,248); }
div.DivClassName
{
background-color: #7F15F8;
}
.BgClassName
{
background-color: #7F15F8;
}
</style>
border-color css
<style>
span { border-color: #7F15F8; }
span { border-color: rgb(127,21,248); }
td.TdClassName
{
border-color: #7F15F8;
}
.TagClassName
{
border-color: #7F15F8;
}
</style>