Shades of Vivid Violet #802FA7
Tints of Vivid Violet #802FA7
RGB
CMYK
RGB Variations
Color information
#802FA7 (or 0x802FA7) is known color: Vivid Violet. HEX triplet: 80, 2F and A7. RGB value is (128,47,167). Sum of RGB (Red+Green+Blue) = 128+47+167=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 167 (65.62% from 255 or 48.83% from 342); Max value from RGB is 167 - color contains mainly: blue. Hex color #802FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802FA7 is #7FD058. Grayscale: #545454. Windows color (decimal): -8376409 or 10956672. OLE color: 10956672.
HSL color Cylindrical-coordinate representation of color #802FA7: hue angle of 280.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802FA7 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 47 | 167 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.35 |
| HSL | 280.5º | 0.56% | 0.42% | - |
| HSV(B) | 280.5º | 0.72% | 0.65% | - |
| XYZ | 16.89 | 9.41 | 37.49 | - |
| YUV | 84.9 | 174.34 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 167 | 0.23 | 0.72 | 0 | 0.35 | 280.5 | 0.56 | 0.42 |
| Hex | 80 | 2F | A7 | 17 | 48 | 0 | 23 | 118 | 38 | 2A |
| Octal | 200 | 57 | 247 | 27 | 110 | 0 | 43 | 430 | 70 | 52 |
| Binary | 10000000 | 101111 | 10100111 | 10111 | 1001000 | 0 | 100011 | 100011000 | 111000 | 101010 |
Color Harmonies of #802FA7
Complementary color
Monochromatic Colors of #802FA7
Black with #802FA7
Text Example
Text Example
White with #802FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802FA7; }
p { color: rgb(128,47,167); }
H1.HeaderClassName
{
color: #802FA7;
}
.AnyTagClassName
{
color: #802FA7;
}
</style>
background-color css
<style>
a { background-color: #802FA7; }
a { background-color: rgb(128,47,167); }
div.DivClassName
{
background-color: #802FA7;
}
.BgClassName
{
background-color: #802FA7;
}
</style>
border-color css
<style>
span { border-color: #802FA7; }
span { border-color: rgb(128,47,167); }
td.TdClassName
{
border-color: #802FA7;
}
.TagClassName
{
border-color: #802FA7;
}
</style>