Shades of Vivid Violet #793288
Tints of Vivid Violet #793288
RGB
CMYK
RGB Variations
Color information
#793288 (or 0x793288) is known color: Vivid Violet. HEX triplet: 79, 32 and 88. RGB value is (121,50,136). Sum of RGB (Red+Green+Blue) = 121+50+136=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #793288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793288 is #86CD77. Grayscale: #505050. Windows color (decimal): -8834424 or 8925817. OLE color: 8925817.
HSL color Cylindrical-coordinate representation of color #793288: hue angle of 289.53º 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 #793288 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 50 | 136 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.47 |
| HSL | 289.53º | 0.46% | 0.36% | - |
| HSV(B) | 289.53º | 0.63% | 0.53% | - |
| XYZ | 13.47 | 8.12 | 24.15 | - |
| YUV | 81.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 50 | 136 | 0.11 | 0.63 | 0 | 0.47 | 289.53 | 0.46 | 0.36 |
| Hex | 79 | 32 | 88 | B | 3F | 0 | 2F | 122 | 2E | 24 |
| Octal | 171 | 62 | 210 | 13 | 77 | 0 | 57 | 442 | 56 | 44 |
| Binary | 1111001 | 110010 | 10001000 | 1011 | 111111 | 0 | 101111 | 100100010 | 101110 | 100100 |
Color Harmonies of #793288
Complementary color
Monochromatic Colors of #793288
Black with #793288
Text Example
Text Example
White with #793288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793288; }
p { color: rgb(121,50,136); }
H1.HeaderClassName
{
color: #793288;
}
.AnyTagClassName
{
color: #793288;
}
</style>
background-color css
<style>
a { background-color: #793288; }
a { background-color: rgb(121,50,136); }
div.DivClassName
{
background-color: #793288;
}
.BgClassName
{
background-color: #793288;
}
</style>
border-color css
<style>
span { border-color: #793288; }
span { border-color: rgb(121,50,136); }
td.TdClassName
{
border-color: #793288;
}
.TagClassName
{
border-color: #793288;
}
</style>