Shades of Blue Violet #7F2CDD
Tints of Blue Violet #7F2CDD
RGB
CMYK
RGB Variations
Color information
#7F2CDD (or 0x7F2CDD) is known color: Blue Violet. HEX triplet: 7F, 2C and DD. RGB value is (127,44,221). Sum of RGB (Red+Green+Blue) = 127+44+221=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F2CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2CDD is #80D322. Grayscale: #585858. Windows color (decimal): -8442659 or 14494847. OLE color: 14494847.
HSL color Cylindrical-coordinate representation of color #7F2CDD: hue angle of 268.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F2CDD is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 44 | 221 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.13 |
| HSL | 268.14º | 0.72% | 0.52% | - |
| HSV(B) | 268.14º | 0.8% | 0.87% | - |
| XYZ | 22.7 | 11.53 | 69.44 | - |
| YUV | 89 | 202.5 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 44 | 221 | 0.43 | 0.80 | 0 | 0.13 | 268.14 | 0.72 | 0.52 |
| Hex | 7F | 2C | DD | 2B | 50 | 0 | D | 10C | 48 | 34 |
| Octal | 177 | 54 | 335 | 53 | 120 | 0 | 15 | 414 | 110 | 64 |
| Binary | 1111111 | 101100 | 11011101 | 101011 | 1010000 | 0 | 1101 | 100001100 | 1001000 | 110100 |
Color Harmonies of #7F2CDD
Complementary color
Monochromatic Colors of #7F2CDD
Black with #7F2CDD
Text Example
Text Example
White with #7F2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2CDD; }
p { color: rgb(127,44,221); }
H1.HeaderClassName
{
color: #7F2CDD;
}
.AnyTagClassName
{
color: #7F2CDD;
}
</style>
background-color css
<style>
a { background-color: #7F2CDD; }
a { background-color: rgb(127,44,221); }
div.DivClassName
{
background-color: #7F2CDD;
}
.BgClassName
{
background-color: #7F2CDD;
}
</style>
border-color css
<style>
span { border-color: #7F2CDD; }
span { border-color: rgb(127,44,221); }
td.TdClassName
{
border-color: #7F2CDD;
}
.TagClassName
{
border-color: #7F2CDD;
}
</style>