Shades of Blue Violet #7C1FE9
Tints of Blue Violet #7C1FE9
RGB
CMYK
RGB Variations
Color information
#7C1FE9 (or 0x7C1FE9) is known color: Blue Violet. HEX triplet: 7C, 1F and E9. RGB value is (124,31,233). Sum of RGB (Red+Green+Blue) = 124+31+233=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 233 (91.41% from 255 or 60.05% from 388); Max value from RGB is 233 - color contains mainly: blue. Hex color #7C1FE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C1FE9 is #83E016. Grayscale: #515151. Windows color (decimal): -8642583 or 15277948. OLE color: 15277948.
HSL color Cylindrical-coordinate representation of color #7C1FE9: hue angle of 267.62º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1FE9 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 31 | 233 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.09 |
| HSL | 267.62º | 0.82% | 0.52% | - |
| HSV(B) | 267.62º | 0.87% | 0.91% | - |
| XYZ | 23.51 | 11.15 | 78 | - |
| YUV | 81.84 | 213.31 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 31 | 233 | 0.47 | 0.87 | 0 | 0.09 | 267.62 | 0.82 | 0.52 |
| Hex | 7C | 1F | E9 | 2F | 57 | 0 | 9 | 10C | 52 | 34 |
| Octal | 174 | 37 | 351 | 57 | 127 | 0 | 11 | 414 | 122 | 64 |
| Binary | 1111100 | 11111 | 11101001 | 101111 | 1010111 | 0 | 1001 | 100001100 | 1010010 | 110100 |
Color Harmonies of #7C1FE9
Complementary color
Monochromatic Colors of #7C1FE9
Black with #7C1FE9
Text Example
Text Example
White with #7C1FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1FE9; }
p { color: rgb(124,31,233); }
H1.HeaderClassName
{
color: #7C1FE9;
}
.AnyTagClassName
{
color: #7C1FE9;
}
</style>
background-color css
<style>
a { background-color: #7C1FE9; }
a { background-color: rgb(124,31,233); }
div.DivClassName
{
background-color: #7C1FE9;
}
.BgClassName
{
background-color: #7C1FE9;
}
</style>
border-color css
<style>
span { border-color: #7C1FE9; }
span { border-color: rgb(124,31,233); }
td.TdClassName
{
border-color: #7C1FE9;
}
.TagClassName
{
border-color: #7C1FE9;
}
</style>