Shades of Vivid Violet #723085
Tints of Vivid Violet #723085
RGB
CMYK
RGB Variations
Color information
#723085 (or 0x723085) is known color: Vivid Violet. HEX triplet: 72, 30 and 85. RGB value is (114,48,133). Sum of RGB (Red+Green+Blue) = 114+48+133=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #723085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723085 is #8DCF7A. Grayscale: #4D4D4D. Windows color (decimal): -9293691 or 8728690. OLE color: 8728690.
HSL color Cylindrical-coordinate representation of color #723085: hue angle of 286.59º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #723085 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 48 | 133 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.48 |
| HSL | 286.59º | 0.47% | 0.35% | - |
| HSV(B) | 286.59º | 0.64% | 0.52% | - |
| XYZ | 12.23 | 7.38 | 22.97 | - |
| YUV | 77.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 133 | 0.14 | 0.64 | 0 | 0.48 | 286.59 | 0.47 | 0.35 |
| Hex | 72 | 30 | 85 | E | 40 | 0 | 30 | 11F | 2F | 23 |
| Octal | 162 | 60 | 205 | 16 | 100 | 0 | 60 | 437 | 57 | 43 |
| Binary | 1110010 | 110000 | 10000101 | 1110 | 1000000 | 0 | 110000 | 100011111 | 101111 | 100011 |
Color Harmonies of #723085
Complementary color
Monochromatic Colors of #723085
Black with #723085
Text Example
Text Example
White with #723085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723085; }
p { color: rgb(114,48,133); }
H1.HeaderClassName
{
color: #723085;
}
.AnyTagClassName
{
color: #723085;
}
</style>
background-color css
<style>
a { background-color: #723085; }
a { background-color: rgb(114,48,133); }
div.DivClassName
{
background-color: #723085;
}
.BgClassName
{
background-color: #723085;
}
</style>
border-color css
<style>
span { border-color: #723085; }
span { border-color: rgb(114,48,133); }
td.TdClassName
{
border-color: #723085;
}
.TagClassName
{
border-color: #723085;
}
</style>