Shades of Blue Violet #7F28CC
Tints of Blue Violet #7F28CC
RGB
CMYK
RGB Variations
Color information
#7F28CC (or 0x7F28CC) is known color: Blue Violet. HEX triplet: 7F, 28 and CC. RGB value is (127,40,204). Sum of RGB (Red+Green+Blue) = 127+40+204=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F28CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F28CC is #80D733. Grayscale: #545454. Windows color (decimal): -8443700 or 13379711. OLE color: 13379711.
HSL color Cylindrical-coordinate representation of color #7F28CC: hue angle of 271.83º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F28CC is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 40 | 204 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.2 |
| HSL | 271.83º | 0.67% | 0.48% | - |
| HSV(B) | 271.83º | 0.8% | 0.8% | - |
| XYZ | 20.41 | 10.39 | 58.06 | - |
| YUV | 84.71 | 195.32 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 204 | 0.38 | 0.80 | 0 | 0.2 | 271.83 | 0.67 | 0.48 |
| Hex | 7F | 28 | CC | 26 | 50 | 0 | 14 | 110 | 43 | 30 |
| Octal | 177 | 50 | 314 | 46 | 120 | 0 | 24 | 420 | 103 | 60 |
| Binary | 1111111 | 101000 | 11001100 | 100110 | 1010000 | 0 | 10100 | 100010000 | 1000011 | 110000 |
Color Harmonies of #7F28CC
Complementary color
Monochromatic Colors of #7F28CC
Black with #7F28CC
Text Example
Text Example
White with #7F28CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F28CC; }
p { color: rgb(127,40,204); }
H1.HeaderClassName
{
color: #7F28CC;
}
.AnyTagClassName
{
color: #7F28CC;
}
</style>
background-color css
<style>
a { background-color: #7F28CC; }
a { background-color: rgb(127,40,204); }
div.DivClassName
{
background-color: #7F28CC;
}
.BgClassName
{
background-color: #7F28CC;
}
</style>
border-color css
<style>
span { border-color: #7F28CC; }
span { border-color: rgb(127,40,204); }
td.TdClassName
{
border-color: #7F28CC;
}
.TagClassName
{
border-color: #7F28CC;
}
</style>