Shades of Blue Violet #7F2FCF
Tints of Blue Violet #7F2FCF
RGB
CMYK
RGB Variations
Color information
#7F2FCF (or 0x7F2FCF) is known color: Blue Violet. HEX triplet: 7F, 2F and CF. RGB value is (127,47,207). Sum of RGB (Red+Green+Blue) = 127+47+207=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F2FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2FCF is #80D030. Grayscale: #585858. Windows color (decimal): -8441905 or 13578111. OLE color: 13578111.
HSL color Cylindrical-coordinate representation of color #7F2FCF: hue angle of 270º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F2FCF is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 47 | 207 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.19 |
| HSL | 270º | 0.63% | 0.5% | - |
| HSV(B) | 270º | 0.77% | 0.81% | - |
| XYZ | 21.03 | 11.05 | 60.06 | - |
| YUV | 89.16 | 194.5 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 47 | 207 | 0.39 | 0.77 | 0 | 0.19 | 270 | 0.63 | 0.5 |
| Hex | 7F | 2F | CF | 27 | 4D | 0 | 13 | 10E | 3F | 32 |
| Octal | 177 | 57 | 317 | 47 | 115 | 0 | 23 | 416 | 77 | 62 |
| Binary | 1111111 | 101111 | 11001111 | 100111 | 1001101 | 0 | 10011 | 100001110 | 111111 | 110010 |
Color Harmonies of #7F2FCF
Complementary color
Monochromatic Colors of #7F2FCF
Black with #7F2FCF
Text Example
Text Example
White with #7F2FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2FCF; }
p { color: rgb(127,47,207); }
H1.HeaderClassName
{
color: #7F2FCF;
}
.AnyTagClassName
{
color: #7F2FCF;
}
</style>
background-color css
<style>
a { background-color: #7F2FCF; }
a { background-color: rgb(127,47,207); }
div.DivClassName
{
background-color: #7F2FCF;
}
.BgClassName
{
background-color: #7F2FCF;
}
</style>
border-color css
<style>
span { border-color: #7F2FCF; }
span { border-color: rgb(127,47,207); }
td.TdClassName
{
border-color: #7F2FCF;
}
.TagClassName
{
border-color: #7F2FCF;
}
</style>