Shades of Vivid Violet #802797
Tints of Vivid Violet #802797
RGB
CMYK
RGB Variations
Color information
#802797 (or 0x802797) is known color: Vivid Violet. HEX triplet: 80, 27 and 97. RGB value is (128,39,151). Sum of RGB (Red+Green+Blue) = 128+39+151=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #802797 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802797 is #7FD868. Grayscale: #4E4E4E. Windows color (decimal): -8378473 or 9906048. OLE color: 9906048.
HSL color Cylindrical-coordinate representation of color #802797: hue angle of 287.68º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802797 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 39 | 151 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.41 |
| HSL | 287.68º | 0.59% | 0.37% | - |
| HSV(B) | 287.68º | 0.74% | 0.59% | - |
| XYZ | 15.21 | 8.27 | 30.07 | - |
| YUV | 78.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 151 | 0.15 | 0.74 | 0 | 0.41 | 287.68 | 0.59 | 0.37 |
| Hex | 80 | 27 | 97 | F | 4A | 0 | 29 | 120 | 3B | 25 |
| Octal | 200 | 47 | 227 | 17 | 112 | 0 | 51 | 440 | 73 | 45 |
| Binary | 10000000 | 100111 | 10010111 | 1111 | 1001010 | 0 | 101001 | 100100000 | 111011 | 100101 |
Color Harmonies of #802797
Complementary color
Monochromatic Colors of #802797
Black with #802797
Text Example
Text Example
White with #802797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802797; }
p { color: rgb(128,39,151); }
H1.HeaderClassName
{
color: #802797;
}
.AnyTagClassName
{
color: #802797;
}
</style>
background-color css
<style>
a { background-color: #802797; }
a { background-color: rgb(128,39,151); }
div.DivClassName
{
background-color: #802797;
}
.BgClassName
{
background-color: #802797;
}
</style>
border-color css
<style>
span { border-color: #802797; }
span { border-color: rgb(128,39,151); }
td.TdClassName
{
border-color: #802797;
}
.TagClassName
{
border-color: #802797;
}
</style>