Shades of Blue Violet #7F27CB
Tints of Blue Violet #7F27CB
RGB
CMYK
RGB Variations
Color information
#7F27CB (or 0x7F27CB) is known color: Blue Violet. HEX triplet: 7F, 27 and CB. RGB value is (127,39,203). Sum of RGB (Red+Green+Blue) = 127+39+203=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F27CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F27CB is #80D834. Grayscale: #535353. Windows color (decimal): -8443957 or 13313919. OLE color: 13313919.
HSL color Cylindrical-coordinate representation of color #7F27CB: hue angle of 272.2º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F27CB is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 39 | 203 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.20 |
| HSL | 272.2º | 0.68% | 0.47% | - |
| HSV(B) | 272.2º | 0.81% | 0.8% | - |
| XYZ | 20.26 | 10.27 | 57.42 | - |
| YUV | 84.01 | 195.15 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 39 | 203 | 0.37 | 0.81 | 0 | 0.20 | 272.2 | 0.68 | 0.47 |
| Hex | 7F | 27 | CB | 25 | 51 | 0 | 14 | 110 | 44 | 2F |
| Octal | 177 | 47 | 313 | 45 | 121 | 0 | 24 | 420 | 104 | 57 |
| Binary | 1111111 | 100111 | 11001011 | 100101 | 1010001 | 0 | 10100 | 100010000 | 1000100 | 101111 |
Color Harmonies of #7F27CB
Complementary color
Monochromatic Colors of #7F27CB
Black with #7F27CB
Text Example
Text Example
White with #7F27CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F27CB; }
p { color: rgb(127,39,203); }
H1.HeaderClassName
{
color: #7F27CB;
}
.AnyTagClassName
{
color: #7F27CB;
}
</style>
background-color css
<style>
a { background-color: #7F27CB; }
a { background-color: rgb(127,39,203); }
div.DivClassName
{
background-color: #7F27CB;
}
.BgClassName
{
background-color: #7F27CB;
}
</style>
border-color css
<style>
span { border-color: #7F27CB; }
span { border-color: rgb(127,39,203); }
td.TdClassName
{
border-color: #7F27CB;
}
.TagClassName
{
border-color: #7F27CB;
}
</style>