Shades of Blue Violet #803CE7
Tints of Blue Violet #803CE7
RGB
CMYK
RGB Variations
Color information
#803CE7 (or 0x803CE7) is known color: Blue Violet. HEX triplet: 80, 3C and E7. RGB value is (128,60,231). Sum of RGB (Red+Green+Blue) = 128+60+231=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 231 (90.62% from 255 or 55.13% from 419); Max value from RGB is 231 - color contains mainly: blue. Hex color #803CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803CE7 is #7FC318. Grayscale: #636363. Windows color (decimal): -8373017 or 15154304. OLE color: 15154304.
HSL color Cylindrical-coordinate representation of color #803CE7: hue angle of 263.86º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #803CE7 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 60 | 231 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.09 |
| HSL | 263.86º | 0.78% | 0.57% | - |
| HSV(B) | 263.86º | 0.74% | 0.91% | - |
| XYZ | 24.94 | 13.59 | 76.91 | - |
| YUV | 99.83 | 202.03 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 231 | 0.45 | 0.74 | 0 | 0.09 | 263.86 | 0.78 | 0.57 |
| Hex | 80 | 3C | E7 | 2D | 4A | 0 | 9 | 108 | 4E | 39 |
| Octal | 200 | 74 | 347 | 55 | 112 | 0 | 11 | 410 | 116 | 71 |
| Binary | 10000000 | 111100 | 11100111 | 101101 | 1001010 | 0 | 1001 | 100001000 | 1001110 | 111001 |
Color Harmonies of #803CE7
Complementary color
Monochromatic Colors of #803CE7
Black with #803CE7
Text Example
Text Example
White with #803CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CE7; }
p { color: rgb(128,60,231); }
H1.HeaderClassName
{
color: #803CE7;
}
.AnyTagClassName
{
color: #803CE7;
}
</style>
background-color css
<style>
a { background-color: #803CE7; }
a { background-color: rgb(128,60,231); }
div.DivClassName
{
background-color: #803CE7;
}
.BgClassName
{
background-color: #803CE7;
}
</style>
border-color css
<style>
span { border-color: #803CE7; }
span { border-color: rgb(128,60,231); }
td.TdClassName
{
border-color: #803CE7;
}
.TagClassName
{
border-color: #803CE7;
}
</style>