Shades of Dark Violet #7203BA
Tints of Dark Violet #7203BA
RGB
CMYK
RGB Variations
Color information
#7203BA (or 0x7203BA) is known color: Dark Violet. HEX triplet: 72, 03 and BA. RGB value is (114,3,186). Sum of RGB (Red+Green+Blue) = 114+3+186=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #7203BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7203BA is #8DFC45. Grayscale: #383838. Windows color (decimal): -9305158 or 12190578. OLE color: 12190578.
HSL color Cylindrical-coordinate representation of color #7203BA: hue angle of 276.39º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7203BA is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 3 | 186 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.27 |
| HSL | 276.39º | 0.97% | 0.37% | - |
| HSV(B) | 276.39º | 0.98% | 0.73% | - |
| XYZ | 15.83 | 7.19 | 47.01 | - |
| YUV | 57.05 | 200.77 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 3 | 186 | 0.39 | 0.98 | 0 | 0.27 | 276.39 | 0.97 | 0.37 |
| Hex | 72 | 3 | BA | 27 | 62 | 0 | 1B | 114 | 61 | 25 |
| Octal | 162 | 3 | 272 | 47 | 142 | 0 | 33 | 424 | 141 | 45 |
| Binary | 1110010 | 11 | 10111010 | 100111 | 1100010 | 0 | 11011 | 100010100 | 1100001 | 100101 |
Color Harmonies of #7203BA
Complementary color
Monochromatic Colors of #7203BA
Black with #7203BA
Text Example
Text Example
White with #7203BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7203BA; }
p { color: rgb(114,3,186); }
H1.HeaderClassName
{
color: #7203BA;
}
.AnyTagClassName
{
color: #7203BA;
}
</style>
background-color css
<style>
a { background-color: #7203BA; }
a { background-color: rgb(114,3,186); }
div.DivClassName
{
background-color: #7203BA;
}
.BgClassName
{
background-color: #7203BA;
}
</style>
border-color css
<style>
span { border-color: #7203BA; }
span { border-color: rgb(114,3,186); }
td.TdClassName
{
border-color: #7203BA;
}
.TagClassName
{
border-color: #7203BA;
}
</style>