Shades of Dark Violet #7203CC
Tints of Dark Violet #7203CC
RGB
CMYK
RGB Variations
Color information
#7203CC (or 0x7203CC) is known color: Dark Violet. HEX triplet: 72, 03 and CC. RGB value is (114,3,204). Sum of RGB (Red+Green+Blue) = 114+3+204=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #7203CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7203CC is #8DFC33. Grayscale: #3A3A3A. Windows color (decimal): -9305140 or 13370226. OLE color: 13370226.
HSL color Cylindrical-coordinate representation of color #7203CC: hue angle of 273.13º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7203CC is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 3 | 204 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.2 |
| HSL | 273.13º | 0.97% | 0.41% | - |
| HSV(B) | 273.13º | 0.99% | 0.8% | - |
| XYZ | 17.87 | 8 | 57.73 | - |
| YUV | 59.1 | 209.77 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 3 | 204 | 0.44 | 0.99 | 0 | 0.2 | 273.13 | 0.97 | 0.41 |
| Hex | 72 | 3 | CC | 2C | 63 | 0 | 14 | 111 | 61 | 29 |
| Octal | 162 | 3 | 314 | 54 | 143 | 0 | 24 | 421 | 141 | 51 |
| Binary | 1110010 | 11 | 11001100 | 101100 | 1100011 | 0 | 10100 | 100010001 | 1100001 | 101001 |
Color Harmonies of #7203CC
Complementary color
Monochromatic Colors of #7203CC
Black with #7203CC
Text Example
Text Example
White with #7203CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7203CC; }
p { color: rgb(114,3,204); }
H1.HeaderClassName
{
color: #7203CC;
}
.AnyTagClassName
{
color: #7203CC;
}
</style>
background-color css
<style>
a { background-color: #7203CC; }
a { background-color: rgb(114,3,204); }
div.DivClassName
{
background-color: #7203CC;
}
.BgClassName
{
background-color: #7203CC;
}
</style>
border-color css
<style>
span { border-color: #7203CC; }
span { border-color: rgb(114,3,204); }
td.TdClassName
{
border-color: #7203CC;
}
.TagClassName
{
border-color: #7203CC;
}
</style>