Shades of Blue Violet #7F28FF
Tints of Blue Violet #7F28FF
RGB
CMYK
RGB Variations
Color information
#7F28FF (or 0x7F28FF) is known color: Blue Violet. HEX triplet: 7F, 28 and FF. RGB value is (127,40,255). Sum of RGB (Red+Green+Blue) = 127+40+255=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F28FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F28FF is #80D700. Grayscale: #595959. Windows color (decimal): -8443649 or 16722047. OLE color: 16722047.
HSL color Cylindrical-coordinate representation of color #7F28FF: hue angle of 264.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F28FF is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 40 | 255 | - |
| CMYK | 0.50 | 0.84 | 0 | 0 |
| HSL | 264.28º | 1% | 0.58% | - |
| HSV(B) | 264.28º | 0.84% | 1% | - |
| XYZ | 27.56 | 13.25 | 95.71 | - |
| YUV | 90.52 | 220.82 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 255 | 0.50 | 0.84 | 0 | 0 | 264.28 | 1 | 0.58 |
| Hex | 7F | 28 | FF | 32 | 54 | 0 | 0 | 108 | 64 | 3A |
| Octal | 177 | 50 | 377 | 62 | 124 | 0 | 0 | 410 | 144 | 72 |
| Binary | 1111111 | 101000 | 11111111 | 110010 | 1010100 | 0 | 0 | 100001000 | 1100100 | 111010 |
Color Harmonies of #7F28FF
Complementary color
Monochromatic Colors of #7F28FF
Black with #7F28FF
Text Example
Text Example
White with #7F28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F28FF; }
p { color: rgb(127,40,255); }
H1.HeaderClassName
{
color: #7F28FF;
}
.AnyTagClassName
{
color: #7F28FF;
}
</style>
background-color css
<style>
a { background-color: #7F28FF; }
a { background-color: rgb(127,40,255); }
div.DivClassName
{
background-color: #7F28FF;
}
.BgClassName
{
background-color: #7F28FF;
}
</style>
border-color css
<style>
span { border-color: #7F28FF; }
span { border-color: rgb(127,40,255); }
td.TdClassName
{
border-color: #7F28FF;
}
.TagClassName
{
border-color: #7F28FF;
}
</style>