Shades of Blue Violet #802FFF
Tints of Blue Violet #802FFF
RGB
CMYK
RGB Variations
Color information
#802FFF (or 0x802FFF) is known color: Blue Violet. HEX triplet: 80, 2F and FF. RGB value is (128,47,255). Sum of RGB (Red+Green+Blue) = 128+47+255=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #802FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802FFF is #7FD000. Grayscale: #5E5E5E. Windows color (decimal): -8376321 or 16723840. OLE color: 16723840.
HSL color Cylindrical-coordinate representation of color #802FFF: hue angle of 263.37º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #802FFF is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 47 | 255 | - |
| CMYK | 0.50 | 0.82 | 0 | 0 |
| HSL | 263.37º | 1% | 0.59% | - |
| HSV(B) | 263.37º | 0.82% | 1% | - |
| XYZ | 27.97 | 13.84 | 95.81 | - |
| YUV | 94.93 | 218.34 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 255 | 0.50 | 0.82 | 0 | 0 | 263.37 | 1 | 0.59 |
| Hex | 80 | 2F | FF | 32 | 52 | 0 | 0 | 107 | 64 | 3B |
| Octal | 200 | 57 | 377 | 62 | 122 | 0 | 0 | 407 | 144 | 73 |
| Binary | 10000000 | 101111 | 11111111 | 110010 | 1010010 | 0 | 0 | 100000111 | 1100100 | 111011 |
Color Harmonies of #802FFF
Complementary color
Monochromatic Colors of #802FFF
Black with #802FFF
Text Example
Text Example
White with #802FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802FFF; }
p { color: rgb(128,47,255); }
H1.HeaderClassName
{
color: #802FFF;
}
.AnyTagClassName
{
color: #802FFF;
}
</style>
background-color css
<style>
a { background-color: #802FFF; }
a { background-color: rgb(128,47,255); }
div.DivClassName
{
background-color: #802FFF;
}
.BgClassName
{
background-color: #802FFF;
}
</style>
border-color css
<style>
span { border-color: #802FFF; }
span { border-color: rgb(128,47,255); }
td.TdClassName
{
border-color: #802FFF;
}
.TagClassName
{
border-color: #802FFF;
}
</style>