Shades of Blue Violet #7D27CE
Tints of Blue Violet #7D27CE
RGB
CMYK
RGB Variations
Color information
#7D27CE (or 0x7D27CE) is known color: Blue Violet. HEX triplet: 7D, 27 and CE. RGB value is (125,39,206). Sum of RGB (Red+Green+Blue) = 125+39+206=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D27CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D27CE is #82D831. Grayscale: #535353. Windows color (decimal): -8575026 or 13510525. OLE color: 13510525.
HSL color Cylindrical-coordinate representation of color #7D27CE: hue angle of 270.9º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D27CE is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 39 | 206 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.19 |
| HSL | 270.9º | 0.68% | 0.48% | - |
| HSV(B) | 270.9º | 0.81% | 0.81% | - |
| XYZ | 20.32 | 10.27 | 59.3 | - |
| YUV | 83.75 | 196.99 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 39 | 206 | 0.39 | 0.81 | 0 | 0.19 | 270.9 | 0.68 | 0.48 |
| Hex | 7D | 27 | CE | 27 | 51 | 0 | 13 | 10F | 44 | 30 |
| Octal | 175 | 47 | 316 | 47 | 121 | 0 | 23 | 417 | 104 | 60 |
| Binary | 1111101 | 100111 | 11001110 | 100111 | 1010001 | 0 | 10011 | 100001111 | 1000100 | 110000 |
Color Harmonies of #7D27CE
Complementary color
Monochromatic Colors of #7D27CE
Black with #7D27CE
Text Example
Text Example
White with #7D27CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D27CE; }
p { color: rgb(125,39,206); }
H1.HeaderClassName
{
color: #7D27CE;
}
.AnyTagClassName
{
color: #7D27CE;
}
</style>
background-color css
<style>
a { background-color: #7D27CE; }
a { background-color: rgb(125,39,206); }
div.DivClassName
{
background-color: #7D27CE;
}
.BgClassName
{
background-color: #7D27CE;
}
</style>
border-color css
<style>
span { border-color: #7D27CE; }
span { border-color: rgb(125,39,206); }
td.TdClassName
{
border-color: #7D27CE;
}
.TagClassName
{
border-color: #7D27CE;
}
</style>