Shades of Blue Violet #7F28CA
Tints of Blue Violet #7F28CA
RGB
CMYK
RGB Variations
Color information
#7F28CA (or 0x7F28CA) is known color: Blue Violet. HEX triplet: 7F, 28 and CA. RGB value is (127,40,202). Sum of RGB (Red+Green+Blue) = 127+40+202=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F28CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F28CA is #80D735. Grayscale: #535353. Windows color (decimal): -8443702 or 13248639. OLE color: 13248639.
HSL color Cylindrical-coordinate representation of color #7F28CA: hue angle of 272.22º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F28CA is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 40 | 202 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.21 |
| HSL | 272.22º | 0.67% | 0.47% | - |
| HSV(B) | 272.22º | 0.8% | 0.79% | - |
| XYZ | 20.17 | 10.29 | 56.8 | - |
| YUV | 84.48 | 194.32 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 202 | 0.37 | 0.80 | 0 | 0.21 | 272.22 | 0.67 | 0.47 |
| Hex | 7F | 28 | CA | 25 | 50 | 0 | 15 | 110 | 43 | 2F |
| Octal | 177 | 50 | 312 | 45 | 120 | 0 | 25 | 420 | 103 | 57 |
| Binary | 1111111 | 101000 | 11001010 | 100101 | 1010000 | 0 | 10101 | 100010000 | 1000011 | 101111 |
Color Harmonies of #7F28CA
Complementary color
Monochromatic Colors of #7F28CA
Black with #7F28CA
Text Example
Text Example
White with #7F28CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F28CA; }
p { color: rgb(127,40,202); }
H1.HeaderClassName
{
color: #7F28CA;
}
.AnyTagClassName
{
color: #7F28CA;
}
</style>
background-color css
<style>
a { background-color: #7F28CA; }
a { background-color: rgb(127,40,202); }
div.DivClassName
{
background-color: #7F28CA;
}
.BgClassName
{
background-color: #7F28CA;
}
</style>
border-color css
<style>
span { border-color: #7F28CA; }
span { border-color: rgb(127,40,202); }
td.TdClassName
{
border-color: #7F28CA;
}
.TagClassName
{
border-color: #7F28CA;
}
</style>