Shades of Blue Violet #7E27D5
Tints of Blue Violet #7E27D5
RGB
CMYK
RGB Variations
Color information
#7E27D5 (or 0x7E27D5) is known color: Blue Violet. HEX triplet: 7E, 27 and D5. RGB value is (126,39,213). Sum of RGB (Red+Green+Blue) = 126+39+213=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 213 (83.59% from 255 or 56.35% from 378); Max value from RGB is 213 - color contains mainly: blue. Hex color #7E27D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E27D5 is #81D82A. Grayscale: #545454. Windows color (decimal): -8509483 or 13969278. OLE color: 13969278.
HSL color Cylindrical-coordinate representation of color #7E27D5: hue angle of 270º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E27D5 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 39 | 213 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.16 |
| HSL | 270º | 0.69% | 0.49% | - |
| HSV(B) | 270º | 0.82% | 0.84% | - |
| XYZ | 21.34 | 10.69 | 63.89 | - |
| YUV | 84.85 | 200.32 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 39 | 213 | 0.41 | 0.82 | 0 | 0.16 | 270 | 0.69 | 0.49 |
| Hex | 7E | 27 | D5 | 29 | 52 | 0 | 10 | 10E | 45 | 31 |
| Octal | 176 | 47 | 325 | 51 | 122 | 0 | 20 | 416 | 105 | 61 |
| Binary | 1111110 | 100111 | 11010101 | 101001 | 1010010 | 0 | 10000 | 100001110 | 1000101 | 110001 |
Color Harmonies of #7E27D5
Complementary color
Monochromatic Colors of #7E27D5
Black with #7E27D5
Text Example
Text Example
White with #7E27D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E27D5; }
p { color: rgb(126,39,213); }
H1.HeaderClassName
{
color: #7E27D5;
}
.AnyTagClassName
{
color: #7E27D5;
}
</style>
background-color css
<style>
a { background-color: #7E27D5; }
a { background-color: rgb(126,39,213); }
div.DivClassName
{
background-color: #7E27D5;
}
.BgClassName
{
background-color: #7E27D5;
}
</style>
border-color css
<style>
span { border-color: #7E27D5; }
span { border-color: rgb(126,39,213); }
td.TdClassName
{
border-color: #7E27D5;
}
.TagClassName
{
border-color: #7E27D5;
}
</style>