Shades of Blue Violet #7D27DD
Tints of Blue Violet #7D27DD
RGB
CMYK
RGB Variations
Color information
#7D27DD (or 0x7D27DD) is known color: Blue Violet. HEX triplet: 7D, 27 and DD. RGB value is (125,39,221). Sum of RGB (Red+Green+Blue) = 125+39+221=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D27DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D27DD is #82D822. Grayscale: #545454. Windows color (decimal): -8575011 or 14493565. OLE color: 14493565.
HSL color Cylindrical-coordinate representation of color #7D27DD: hue angle of 268.35º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D27DD is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 39 | 221 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.13 |
| HSL | 268.35º | 0.73% | 0.51% | - |
| HSV(B) | 268.35º | 0.82% | 0.87% | - |
| XYZ | 22.23 | 11.03 | 69.36 | - |
| YUV | 85.46 | 204.49 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 39 | 221 | 0.43 | 0.82 | 0 | 0.13 | 268.35 | 0.73 | 0.51 |
| Hex | 7D | 27 | DD | 2B | 52 | 0 | D | 10C | 49 | 33 |
| Octal | 175 | 47 | 335 | 53 | 122 | 0 | 15 | 414 | 111 | 63 |
| Binary | 1111101 | 100111 | 11011101 | 101011 | 1010010 | 0 | 1101 | 100001100 | 1001001 | 110011 |
Color Harmonies of #7D27DD
Complementary color
Monochromatic Colors of #7D27DD
Black with #7D27DD
Text Example
Text Example
White with #7D27DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D27DD; }
p { color: rgb(125,39,221); }
H1.HeaderClassName
{
color: #7D27DD;
}
.AnyTagClassName
{
color: #7D27DD;
}
</style>
background-color css
<style>
a { background-color: #7D27DD; }
a { background-color: rgb(125,39,221); }
div.DivClassName
{
background-color: #7D27DD;
}
.BgClassName
{
background-color: #7D27DD;
}
</style>
border-color css
<style>
span { border-color: #7D27DD; }
span { border-color: rgb(125,39,221); }
td.TdClassName
{
border-color: #7D27DD;
}
.TagClassName
{
border-color: #7D27DD;
}
</style>