Shades of Blue Violet #7B18DF
Tints of Blue Violet #7B18DF
RGB
CMYK
RGB Variations
Color information
#7B18DF (or 0x7B18DF) is known color: Blue Violet. HEX triplet: 7B, 18 and DF. RGB value is (123,24,223). Sum of RGB (Red+Green+Blue) = 123+24+223=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B18DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B18DF is #84E720. Grayscale: #4B4B4B. Windows color (decimal): -8709921 or 14620795. OLE color: 14620795.
HSL color Cylindrical-coordinate representation of color #7B18DF: hue angle of 269.85º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B18DF is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 24 | 223 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.13 |
| HSL | 269.85º | 0.81% | 0.48% | - |
| HSV(B) | 269.85º | 0.89% | 0.87% | - |
| XYZ | 21.81 | 10.19 | 70.63 | - |
| YUV | 76.29 | 210.8 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 24 | 223 | 0.45 | 0.89 | 0 | 0.13 | 269.85 | 0.81 | 0.48 |
| Hex | 7B | 18 | DF | 2D | 59 | 0 | D | 10E | 51 | 30 |
| Octal | 173 | 30 | 337 | 55 | 131 | 0 | 15 | 416 | 121 | 60 |
| Binary | 1111011 | 11000 | 11011111 | 101101 | 1011001 | 0 | 1101 | 100001110 | 1010001 | 110000 |
Color Harmonies of #7B18DF
Complementary color
Monochromatic Colors of #7B18DF
Black with #7B18DF
Text Example
Text Example
White with #7B18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B18DF; }
p { color: rgb(123,24,223); }
H1.HeaderClassName
{
color: #7B18DF;
}
.AnyTagClassName
{
color: #7B18DF;
}
</style>
background-color css
<style>
a { background-color: #7B18DF; }
a { background-color: rgb(123,24,223); }
div.DivClassName
{
background-color: #7B18DF;
}
.BgClassName
{
background-color: #7B18DF;
}
</style>
border-color css
<style>
span { border-color: #7B18DF; }
span { border-color: rgb(123,24,223); }
td.TdClassName
{
border-color: #7B18DF;
}
.TagClassName
{
border-color: #7B18DF;
}
</style>