Shades of Blue Violet #7318DC
Tints of Blue Violet #7318DC
RGB
CMYK
RGB Variations
Color information
#7318DC (or 0x7318DC) is known color: Blue Violet. HEX triplet: 73, 18 and DC. RGB value is (115,24,220). Sum of RGB (Red+Green+Blue) = 115+24+220=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #7318DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7318DC is #8CE723. Grayscale: #484848. Windows color (decimal): -9234212 or 14424179. OLE color: 14424179.
HSL color Cylindrical-coordinate representation of color #7318DC: hue angle of 267.86º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7318DC is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 24 | 220 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.14 |
| HSL | 267.86º | 0.8% | 0.48% | - |
| HSV(B) | 267.86º | 0.89% | 0.86% | - |
| XYZ | 20.32 | 9.47 | 68.47 | - |
| YUV | 73.55 | 210.65 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 220 | 0.48 | 0.89 | 0 | 0.14 | 267.86 | 0.8 | 0.48 |
| Hex | 73 | 18 | DC | 30 | 59 | 0 | E | 10C | 50 | 30 |
| Octal | 163 | 30 | 334 | 60 | 131 | 0 | 16 | 414 | 120 | 60 |
| Binary | 1110011 | 11000 | 11011100 | 110000 | 1011001 | 0 | 1110 | 100001100 | 1010000 | 110000 |
Color Harmonies of #7318DC
Complementary color
Monochromatic Colors of #7318DC
Black with #7318DC
Text Example
Text Example
White with #7318DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7318DC; }
p { color: rgb(115,24,220); }
H1.HeaderClassName
{
color: #7318DC;
}
.AnyTagClassName
{
color: #7318DC;
}
</style>
background-color css
<style>
a { background-color: #7318DC; }
a { background-color: rgb(115,24,220); }
div.DivClassName
{
background-color: #7318DC;
}
.BgClassName
{
background-color: #7318DC;
}
</style>
border-color css
<style>
span { border-color: #7318DC; }
span { border-color: rgb(115,24,220); }
td.TdClassName
{
border-color: #7318DC;
}
.TagClassName
{
border-color: #7318DC;
}
</style>