Shades of Blue Violet #7F38FF
Tints of Blue Violet #7F38FF
RGB
CMYK
RGB Variations
Color information
#7F38FF (or 0x7F38FF) is known color: Blue Violet. HEX triplet: 7F, 38 and FF. RGB value is (127,56,255). Sum of RGB (Red+Green+Blue) = 127+56+255=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F38FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F38FF is #80C700. Grayscale: #636363. Windows color (decimal): -8439553 or 16726143. OLE color: 16726143.
HSL color Cylindrical-coordinate representation of color #7F38FF: hue angle of 261.41º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F38FF is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 56 | 255 | - |
| CMYK | 0.50 | 0.78 | 0 | 0 |
| HSL | 261.41º | 1% | 0.61% | - |
| HSV(B) | 261.41º | 0.78% | 1% | - |
| XYZ | 28.22 | 14.56 | 95.93 | - |
| YUV | 99.92 | 215.52 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 56 | 255 | 0.50 | 0.78 | 0 | 0 | 261.41 | 1 | 0.61 |
| Hex | 7F | 38 | FF | 32 | 4E | 0 | 0 | 105 | 64 | 3D |
| Octal | 177 | 70 | 377 | 62 | 116 | 0 | 0 | 405 | 144 | 75 |
| Binary | 1111111 | 111000 | 11111111 | 110010 | 1001110 | 0 | 0 | 100000101 | 1100100 | 111101 |
Color Harmonies of #7F38FF
Complementary color
Monochromatic Colors of #7F38FF
Black with #7F38FF
Text Example
Text Example
White with #7F38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F38FF; }
p { color: rgb(127,56,255); }
H1.HeaderClassName
{
color: #7F38FF;
}
.AnyTagClassName
{
color: #7F38FF;
}
</style>
background-color css
<style>
a { background-color: #7F38FF; }
a { background-color: rgb(127,56,255); }
div.DivClassName
{
background-color: #7F38FF;
}
.BgClassName
{
background-color: #7F38FF;
}
</style>
border-color css
<style>
span { border-color: #7F38FF; }
span { border-color: rgb(127,56,255); }
td.TdClassName
{
border-color: #7F38FF;
}
.TagClassName
{
border-color: #7F38FF;
}
</style>