Shades of Dark Violet #7203B7
Tints of Dark Violet #7203B7
RGB
CMYK
RGB Variations
Color information
#7203B7 (or 0x7203B7) is known color: Dark Violet. HEX triplet: 72, 03 and B7. RGB value is (114,3,183). Sum of RGB (Red+Green+Blue) = 114+3+183=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 183 (71.88% from 255 or 61% from 300); Max value from RGB is 183 - color contains mainly: blue. Hex color #7203B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7203B7 is #8DFC48. Grayscale: #383838. Windows color (decimal): -9305161 or 11993970. OLE color: 11993970.
HSL color Cylindrical-coordinate representation of color #7203B7: hue angle of 277º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7203B7 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 3 | 183 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.28 |
| HSL | 277º | 0.97% | 0.36% | - |
| HSV(B) | 277º | 0.98% | 0.72% | - |
| XYZ | 15.52 | 7.06 | 45.34 | - |
| YUV | 56.71 | 199.27 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 3 | 183 | 0.38 | 0.98 | 0 | 0.28 | 277 | 0.97 | 0.36 |
| Hex | 72 | 3 | B7 | 26 | 62 | 0 | 1C | 115 | 61 | 24 |
| Octal | 162 | 3 | 267 | 46 | 142 | 0 | 34 | 425 | 141 | 44 |
| Binary | 1110010 | 11 | 10110111 | 100110 | 1100010 | 0 | 11100 | 100010101 | 1100001 | 100100 |
Color Harmonies of #7203B7
Complementary color
Monochromatic Colors of #7203B7
Black with #7203B7
Text Example
Text Example
White with #7203B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7203B7; }
p { color: rgb(114,3,183); }
H1.HeaderClassName
{
color: #7203B7;
}
.AnyTagClassName
{
color: #7203B7;
}
</style>
background-color css
<style>
a { background-color: #7203B7; }
a { background-color: rgb(114,3,183); }
div.DivClassName
{
background-color: #7203B7;
}
.BgClassName
{
background-color: #7203B7;
}
</style>
border-color css
<style>
span { border-color: #7203B7; }
span { border-color: rgb(114,3,183); }
td.TdClassName
{
border-color: #7203B7;
}
.TagClassName
{
border-color: #7203B7;
}
</style>