Shades of Dark Violet #7203CF
Tints of Dark Violet #7203CF
RGB
CMYK
RGB Variations
Color information
#7203CF (or 0x7203CF) is known color: Dark Violet. HEX triplet: 72, 03 and CF. RGB value is (114,3,207). Sum of RGB (Red+Green+Blue) = 114+3+207=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #7203CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7203CF is #8DFC30. Grayscale: #3A3A3A. Windows color (decimal): -9305137 or 13566834. OLE color: 13566834.
HSL color Cylindrical-coordinate representation of color #7203CF: hue angle of 272.65º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7203CF is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 3 | 207 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.19 |
| HSL | 272.65º | 0.97% | 0.41% | - |
| HSV(B) | 272.65º | 0.99% | 0.81% | - |
| XYZ | 18.23 | 8.15 | 59.64 | - |
| YUV | 59.45 | 211.27 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 3 | 207 | 0.45 | 0.99 | 0 | 0.19 | 272.65 | 0.97 | 0.41 |
| Hex | 72 | 3 | CF | 2D | 63 | 0 | 13 | 111 | 61 | 29 |
| Octal | 162 | 3 | 317 | 55 | 143 | 0 | 23 | 421 | 141 | 51 |
| Binary | 1110010 | 11 | 11001111 | 101101 | 1100011 | 0 | 10011 | 100010001 | 1100001 | 101001 |
Color Harmonies of #7203CF
Complementary color
Monochromatic Colors of #7203CF
Black with #7203CF
Text Example
Text Example
White with #7203CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7203CF; }
p { color: rgb(114,3,207); }
H1.HeaderClassName
{
color: #7203CF;
}
.AnyTagClassName
{
color: #7203CF;
}
</style>
background-color css
<style>
a { background-color: #7203CF; }
a { background-color: rgb(114,3,207); }
div.DivClassName
{
background-color: #7203CF;
}
.BgClassName
{
background-color: #7203CF;
}
</style>
border-color css
<style>
span { border-color: #7203CF; }
span { border-color: rgb(114,3,207); }
td.TdClassName
{
border-color: #7203CF;
}
.TagClassName
{
border-color: #7203CF;
}
</style>