Shades of Vivid Violet #732288
Tints of Vivid Violet #732288
RGB
CMYK
RGB Variations
Color information
#732288 (or 0x732288) is known color: Vivid Violet. HEX triplet: 73, 22 and 88. RGB value is (115,34,136). Sum of RGB (Red+Green+Blue) = 115+34+136=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #732288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732288 is #8CDD77. Grayscale: #454545. Windows color (decimal): -9231736 or 8921715. OLE color: 8921715.
HSL color Cylindrical-coordinate representation of color #732288: hue angle of 287.65º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #732288 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 34 | 136 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.47 |
| HSL | 287.65º | 0.6% | 0.33% | - |
| HSV(B) | 287.65º | 0.75% | 0.53% | - |
| XYZ | 12.09 | 6.57 | 23.92 | - |
| YUV | 69.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 136 | 0.15 | 0.75 | 0 | 0.47 | 287.65 | 0.6 | 0.33 |
| Hex | 73 | 22 | 88 | F | 4B | 0 | 2F | 120 | 3C | 21 |
| Octal | 163 | 42 | 210 | 17 | 113 | 0 | 57 | 440 | 74 | 41 |
| Binary | 1110011 | 100010 | 10001000 | 1111 | 1001011 | 0 | 101111 | 100100000 | 111100 | 100001 |
Color Harmonies of #732288
Complementary color
Monochromatic Colors of #732288
Black with #732288
Text Example
Text Example
White with #732288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732288; }
p { color: rgb(115,34,136); }
H1.HeaderClassName
{
color: #732288;
}
.AnyTagClassName
{
color: #732288;
}
</style>
background-color css
<style>
a { background-color: #732288; }
a { background-color: rgb(115,34,136); }
div.DivClassName
{
background-color: #732288;
}
.BgClassName
{
background-color: #732288;
}
</style>
border-color css
<style>
span { border-color: #732288; }
span { border-color: rgb(115,34,136); }
td.TdClassName
{
border-color: #732288;
}
.TagClassName
{
border-color: #732288;
}
</style>