Shades of Blue Violet #7F36DF
Tints of Blue Violet #7F36DF
RGB
CMYK
RGB Variations
Color information
#7F36DF (or 0x7F36DF) is known color: Blue Violet. HEX triplet: 7F, 36 and DF. RGB value is (127,54,223). Sum of RGB (Red+Green+Blue) = 127+54+223=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F36DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F36DF is #80C920. Grayscale: #5E5E5E. Windows color (decimal): -8440097 or 14628479. OLE color: 14628479.
HSL color Cylindrical-coordinate representation of color #7F36DF: hue angle of 265.92º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F36DF is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 54 | 223 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.13 |
| HSL | 265.92º | 0.73% | 0.54% | - |
| HSV(B) | 265.92º | 0.76% | 0.87% | - |
| XYZ | 23.39 | 12.48 | 70.99 | - |
| YUV | 95.09 | 200.18 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 54 | 223 | 0.43 | 0.76 | 0 | 0.13 | 265.92 | 0.73 | 0.54 |
| Hex | 7F | 36 | DF | 2B | 4C | 0 | D | 10A | 49 | 36 |
| Octal | 177 | 66 | 337 | 53 | 114 | 0 | 15 | 412 | 111 | 66 |
| Binary | 1111111 | 110110 | 11011111 | 101011 | 1001100 | 0 | 1101 | 100001010 | 1001001 | 110110 |
Color Harmonies of #7F36DF
Complementary color
Monochromatic Colors of #7F36DF
Black with #7F36DF
Text Example
Text Example
White with #7F36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F36DF; }
p { color: rgb(127,54,223); }
H1.HeaderClassName
{
color: #7F36DF;
}
.AnyTagClassName
{
color: #7F36DF;
}
</style>
background-color css
<style>
a { background-color: #7F36DF; }
a { background-color: rgb(127,54,223); }
div.DivClassName
{
background-color: #7F36DF;
}
.BgClassName
{
background-color: #7F36DF;
}
</style>
border-color css
<style>
span { border-color: #7F36DF; }
span { border-color: rgb(127,54,223); }
td.TdClassName
{
border-color: #7F36DF;
}
.TagClassName
{
border-color: #7F36DF;
}
</style>