Shades of Blue Violet #7B27CF
Tints of Blue Violet #7B27CF
RGB
CMYK
RGB Variations
Color information
#7B27CF (or 0x7B27CF) is known color: Blue Violet. HEX triplet: 7B, 27 and CF. RGB value is (123,39,207). Sum of RGB (Red+Green+Blue) = 123+39+207=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B27CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B27CF is #84D830. Grayscale: #525252. Windows color (decimal): -8706097 or 13576059. OLE color: 13576059.
HSL color Cylindrical-coordinate representation of color #7B27CF: hue angle of 270º 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 #7B27CF is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 39 | 207 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.19 |
| HSL | 270º | 0.68% | 0.48% | - |
| HSV(B) | 270º | 0.81% | 0.81% | - |
| XYZ | 20.16 | 10.17 | 59.93 | - |
| YUV | 83.27 | 197.83 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 207 | 0.41 | 0.81 | 0 | 0.19 | 270 | 0.68 | 0.48 |
| Hex | 7B | 27 | CF | 29 | 51 | 0 | 13 | 10E | 44 | 30 |
| Octal | 173 | 47 | 317 | 51 | 121 | 0 | 23 | 416 | 104 | 60 |
| Binary | 1111011 | 100111 | 11001111 | 101001 | 1010001 | 0 | 10011 | 100001110 | 1000100 | 110000 |
Color Harmonies of #7B27CF
Complementary color
Monochromatic Colors of #7B27CF
Black with #7B27CF
Text Example
Text Example
White with #7B27CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B27CF; }
p { color: rgb(123,39,207); }
H1.HeaderClassName
{
color: #7B27CF;
}
.AnyTagClassName
{
color: #7B27CF;
}
</style>
background-color css
<style>
a { background-color: #7B27CF; }
a { background-color: rgb(123,39,207); }
div.DivClassName
{
background-color: #7B27CF;
}
.BgClassName
{
background-color: #7B27CF;
}
</style>
border-color css
<style>
span { border-color: #7B27CF; }
span { border-color: rgb(123,39,207); }
td.TdClassName
{
border-color: #7B27CF;
}
.TagClassName
{
border-color: #7B27CF;
}
</style>