Shades of Blue Violet #7B27DE
Tints of Blue Violet #7B27DE
RGB
CMYK
RGB Variations
Color information
#7B27DE (or 0x7B27DE) is known color: Blue Violet. HEX triplet: 7B, 27 and DE. RGB value is (123,39,222). Sum of RGB (Red+Green+Blue) = 123+39+222=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B27DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B27DE is #84D821. Grayscale: #545454. Windows color (decimal): -8706082 or 14559099. OLE color: 14559099.
HSL color Cylindrical-coordinate representation of color #7B27DE: hue angle of 267.54º 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 #7B27DE is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 39 | 222 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.13 |
| HSL | 267.54º | 0.73% | 0.51% | - |
| HSV(B) | 267.54º | 0.82% | 0.87% | - |
| XYZ | 22.08 | 10.94 | 70.05 | - |
| YUV | 84.98 | 205.33 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 222 | 0.45 | 0.82 | 0 | 0.13 | 267.54 | 0.73 | 0.51 |
| Hex | 7B | 27 | DE | 2D | 52 | 0 | D | 10C | 49 | 33 |
| Octal | 173 | 47 | 336 | 55 | 122 | 0 | 15 | 414 | 111 | 63 |
| Binary | 1111011 | 100111 | 11011110 | 101101 | 1010010 | 0 | 1101 | 100001100 | 1001001 | 110011 |
Color Harmonies of #7B27DE
Complementary color
Monochromatic Colors of #7B27DE
Black with #7B27DE
Text Example
Text Example
White with #7B27DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B27DE; }
p { color: rgb(123,39,222); }
H1.HeaderClassName
{
color: #7B27DE;
}
.AnyTagClassName
{
color: #7B27DE;
}
</style>
background-color css
<style>
a { background-color: #7B27DE; }
a { background-color: rgb(123,39,222); }
div.DivClassName
{
background-color: #7B27DE;
}
.BgClassName
{
background-color: #7B27DE;
}
</style>
border-color css
<style>
span { border-color: #7B27DE; }
span { border-color: rgb(123,39,222); }
td.TdClassName
{
border-color: #7B27DE;
}
.TagClassName
{
border-color: #7B27DE;
}
</style>