Shades of Blue Violet #7D27FF
Tints of Blue Violet #7D27FF
RGB
CMYK
RGB Variations
Color information
#7D27FF (or 0x7D27FF) is known color: Blue Violet. HEX triplet: 7D, 27 and FF. RGB value is (125,39,255). Sum of RGB (Red+Green+Blue) = 125+39+255=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D27FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D27FF is #82D800. Grayscale: #585858. Windows color (decimal): -8574977 or 16721789. OLE color: 16721789.
HSL color Cylindrical-coordinate representation of color #7D27FF: hue angle of 263.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D27FF is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 39 | 255 | - |
| CMYK | 0.51 | 0.85 | 0 | 0 |
| HSL | 263.89º | 1% | 0.58% | - |
| HSV(B) | 263.89º | 0.85% | 1% | - |
| XYZ | 27.23 | 13.03 | 95.69 | - |
| YUV | 89.34 | 221.49 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 39 | 255 | 0.51 | 0.85 | 0 | 0 | 263.89 | 1 | 0.58 |
| Hex | 7D | 27 | FF | 33 | 55 | 0 | 0 | 108 | 64 | 3A |
| Octal | 175 | 47 | 377 | 63 | 125 | 0 | 0 | 410 | 144 | 72 |
| Binary | 1111101 | 100111 | 11111111 | 110011 | 1010101 | 0 | 0 | 100001000 | 1100100 | 111010 |
Color Harmonies of #7D27FF
Complementary color
Monochromatic Colors of #7D27FF
Black with #7D27FF
Text Example
Text Example
White with #7D27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D27FF; }
p { color: rgb(125,39,255); }
H1.HeaderClassName
{
color: #7D27FF;
}
.AnyTagClassName
{
color: #7D27FF;
}
</style>
background-color css
<style>
a { background-color: #7D27FF; }
a { background-color: rgb(125,39,255); }
div.DivClassName
{
background-color: #7D27FF;
}
.BgClassName
{
background-color: #7D27FF;
}
</style>
border-color css
<style>
span { border-color: #7D27FF; }
span { border-color: rgb(125,39,255); }
td.TdClassName
{
border-color: #7D27FF;
}
.TagClassName
{
border-color: #7D27FF;
}
</style>