Shades of Blue Violet #7B27DD
Tints of Blue Violet #7B27DD
RGB
CMYK
RGB Variations
Color information
#7B27DD (or 0x7B27DD) is known color: Blue Violet. HEX triplet: 7B, 27 and DD. RGB value is (123,39,221). Sum of RGB (Red+Green+Blue) = 123+39+221=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B27DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B27DD is #84D822. Grayscale: #545454. Windows color (decimal): -8706083 or 14493563. OLE color: 14493563.
HSL color Cylindrical-coordinate representation of color #7B27DD: hue angle of 267.69º 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 #7B27DD is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 39 | 221 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.13 |
| HSL | 267.69º | 0.73% | 0.51% | - |
| HSV(B) | 267.69º | 0.82% | 0.87% | - |
| XYZ | 21.95 | 10.88 | 69.35 | - |
| YUV | 84.86 | 204.83 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 221 | 0.44 | 0.82 | 0 | 0.13 | 267.69 | 0.73 | 0.51 |
| Hex | 7B | 27 | DD | 2C | 52 | 0 | D | 10C | 49 | 33 |
| Octal | 173 | 47 | 335 | 54 | 122 | 0 | 15 | 414 | 111 | 63 |
| Binary | 1111011 | 100111 | 11011101 | 101100 | 1010010 | 0 | 1101 | 100001100 | 1001001 | 110011 |
Color Harmonies of #7B27DD
Complementary color
Monochromatic Colors of #7B27DD
Black with #7B27DD
Text Example
Text Example
White with #7B27DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B27DD; }
p { color: rgb(123,39,221); }
H1.HeaderClassName
{
color: #7B27DD;
}
.AnyTagClassName
{
color: #7B27DD;
}
</style>
background-color css
<style>
a { background-color: #7B27DD; }
a { background-color: rgb(123,39,221); }
div.DivClassName
{
background-color: #7B27DD;
}
.BgClassName
{
background-color: #7B27DD;
}
</style>
border-color css
<style>
span { border-color: #7B27DD; }
span { border-color: rgb(123,39,221); }
td.TdClassName
{
border-color: #7B27DD;
}
.TagClassName
{
border-color: #7B27DD;
}
</style>