Shades of Blue Violet #7F45DD
Tints of Blue Violet #7F45DD
RGB
CMYK
RGB Variations
Color information
#7F45DD (or 0x7F45DD) is known color: Blue Violet. HEX triplet: 7F, 45 and DD. RGB value is (127,69,221). Sum of RGB (Red+Green+Blue) = 127+69+221=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F45DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F45DD is #80BA22. Grayscale: #676767. Windows color (decimal): -8436259 or 14501247. OLE color: 14501247.
HSL color Cylindrical-coordinate representation of color #7F45DD: hue angle of 262.89º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F45DD is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 69 | 221 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.13 |
| HSL | 262.89º | 0.69% | 0.57% | - |
| HSV(B) | 262.89º | 0.69% | 0.87% | - |
| XYZ | 23.93 | 13.99 | 69.85 | - |
| YUV | 103.67 | 194.22 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 221 | 0.43 | 0.69 | 0 | 0.13 | 262.89 | 0.69 | 0.57 |
| Hex | 7F | 45 | DD | 2B | 45 | 0 | D | 107 | 45 | 39 |
| Octal | 177 | 105 | 335 | 53 | 105 | 0 | 15 | 407 | 105 | 71 |
| Binary | 1111111 | 1000101 | 11011101 | 101011 | 1000101 | 0 | 1101 | 100000111 | 1000101 | 111001 |
Color Harmonies of #7F45DD
Complementary color
Monochromatic Colors of #7F45DD
Black with #7F45DD
Text Example
Text Example
White with #7F45DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F45DD; }
p { color: rgb(127,69,221); }
H1.HeaderClassName
{
color: #7F45DD;
}
.AnyTagClassName
{
color: #7F45DD;
}
</style>
background-color css
<style>
a { background-color: #7F45DD; }
a { background-color: rgb(127,69,221); }
div.DivClassName
{
background-color: #7F45DD;
}
.BgClassName
{
background-color: #7F45DD;
}
</style>
border-color css
<style>
span { border-color: #7F45DD; }
span { border-color: rgb(127,69,221); }
td.TdClassName
{
border-color: #7F45DD;
}
.TagClassName
{
border-color: #7F45DD;
}
</style>