Shades of Blue Violet #7F28CE
Tints of Blue Violet #7F28CE
RGB
CMYK
RGB Variations
Color information
#7F28CE (or 0x7F28CE) is known color: Blue Violet. HEX triplet: 7F, 28 and CE. RGB value is (127,40,206). Sum of RGB (Red+Green+Blue) = 127+40+206=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F28CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F28CE is #80D731. Grayscale: #545454. Windows color (decimal): -8443698 or 13510783. OLE color: 13510783.
HSL color Cylindrical-coordinate representation of color #7F28CE: hue angle of 271.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F28CE is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 40 | 206 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.19 |
| HSL | 271.45º | 0.67% | 0.48% | - |
| HSV(B) | 271.45º | 0.81% | 0.81% | - |
| XYZ | 20.65 | 10.49 | 59.33 | - |
| YUV | 84.94 | 196.32 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 206 | 0.38 | 0.81 | 0 | 0.19 | 271.45 | 0.67 | 0.48 |
| Hex | 7F | 28 | CE | 26 | 51 | 0 | 13 | 10F | 43 | 30 |
| Octal | 177 | 50 | 316 | 46 | 121 | 0 | 23 | 417 | 103 | 60 |
| Binary | 1111111 | 101000 | 11001110 | 100110 | 1010001 | 0 | 10011 | 100001111 | 1000011 | 110000 |
Color Harmonies of #7F28CE
Complementary color
Monochromatic Colors of #7F28CE
Black with #7F28CE
Text Example
Text Example
White with #7F28CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F28CE; }
p { color: rgb(127,40,206); }
H1.HeaderClassName
{
color: #7F28CE;
}
.AnyTagClassName
{
color: #7F28CE;
}
</style>
background-color css
<style>
a { background-color: #7F28CE; }
a { background-color: rgb(127,40,206); }
div.DivClassName
{
background-color: #7F28CE;
}
.BgClassName
{
background-color: #7F28CE;
}
</style>
border-color css
<style>
span { border-color: #7F28CE; }
span { border-color: rgb(127,40,206); }
td.TdClassName
{
border-color: #7F28CE;
}
.TagClassName
{
border-color: #7F28CE;
}
</style>