Shades of Dark Violet #7200CC
Tints of Dark Violet #7200CC
RGB
CMYK
RGB Variations
Color information
#7200CC (or 0x7200CC) is known color: Dark Violet. HEX triplet: 72, 00 and CC. RGB value is (114,0,204). Sum of RGB (Red+Green+Blue) = 114+0+204=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #7200CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7200CC is #8DFF33. Grayscale: #383838. Windows color (decimal): -9305908 or 13369458. OLE color: 13369458.
HSL color Cylindrical-coordinate representation of color #7200CC: hue angle of 273.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7200CC is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 0 | 204 | - |
| CMYK | 0.44 | 1 | 0 | 0.2 |
| HSL | 273.53º | 1% | 0.4% | - |
| HSV(B) | 273.53º | 1% | 0.8% | - |
| XYZ | 17.84 | 7.94 | 57.72 | - |
| YUV | 57.34 | 210.77 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 204 | 0.44 | 1 | 0 | 0.2 | 273.53 | 1 | 0.4 |
| Hex | 72 | 0 | CC | 2C | 64 | 0 | 14 | 112 | 64 | 28 |
| Octal | 162 | 0 | 314 | 54 | 144 | 0 | 24 | 422 | 144 | 50 |
| Binary | 1110010 | 0 | 11001100 | 101100 | 1100100 | 0 | 10100 | 100010010 | 1100100 | 101000 |
Color Harmonies of #7200CC
Complementary color
Monochromatic Colors of #7200CC
Black with #7200CC
Text Example
Text Example
White with #7200CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7200CC; }
p { color: rgb(114,0,204); }
H1.HeaderClassName
{
color: #7200CC;
}
.AnyTagClassName
{
color: #7200CC;
}
</style>
background-color css
<style>
a { background-color: #7200CC; }
a { background-color: rgb(114,0,204); }
div.DivClassName
{
background-color: #7200CC;
}
.BgClassName
{
background-color: #7200CC;
}
</style>
border-color css
<style>
span { border-color: #7200CC; }
span { border-color: rgb(114,0,204); }
td.TdClassName
{
border-color: #7200CC;
}
.TagClassName
{
border-color: #7200CC;
}
</style>