Shades of Vivid Violet #723288
Tints of Vivid Violet #723288
RGB
CMYK
RGB Variations
Color information
#723288 (or 0x723288) is known color: Vivid Violet. HEX triplet: 72, 32 and 88. RGB value is (114,50,136). Sum of RGB (Red+Green+Blue) = 114+50+136=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #723288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723288 is #8DCD77. Grayscale: #4E4E4E. Windows color (decimal): -9293176 or 8925810. OLE color: 8925810.
HSL color Cylindrical-coordinate representation of color #723288: hue angle of 284.65º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #723288 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 50 | 136 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.47 |
| HSL | 284.65º | 0.46% | 0.36% | - |
| HSV(B) | 284.65º | 0.63% | 0.53% | - |
| XYZ | 12.52 | 7.64 | 24.11 | - |
| YUV | 78.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 136 | 0.16 | 0.63 | 0 | 0.47 | 284.65 | 0.46 | 0.36 |
| Hex | 72 | 32 | 88 | 10 | 3F | 0 | 2F | 11D | 2E | 24 |
| Octal | 162 | 62 | 210 | 20 | 77 | 0 | 57 | 435 | 56 | 44 |
| Binary | 1110010 | 110010 | 10001000 | 10000 | 111111 | 0 | 101111 | 100011101 | 101110 | 100100 |
Color Harmonies of #723288
Complementary color
Monochromatic Colors of #723288
Black with #723288
Text Example
Text Example
White with #723288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723288; }
p { color: rgb(114,50,136); }
H1.HeaderClassName
{
color: #723288;
}
.AnyTagClassName
{
color: #723288;
}
</style>
background-color css
<style>
a { background-color: #723288; }
a { background-color: rgb(114,50,136); }
div.DivClassName
{
background-color: #723288;
}
.BgClassName
{
background-color: #723288;
}
</style>
border-color css
<style>
span { border-color: #723288; }
span { border-color: rgb(114,50,136); }
td.TdClassName
{
border-color: #723288;
}
.TagClassName
{
border-color: #723288;
}
</style>