Shades of Blue Violet #802FCB
Tints of Blue Violet #802FCB
RGB
CMYK
RGB Variations
Color information
#802FCB (or 0x802FCB) is known color: Blue Violet. HEX triplet: 80, 2F and CB. RGB value is (128,47,203). Sum of RGB (Red+Green+Blue) = 128+47+203=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #802FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802FCB is #7FD034. Grayscale: #585858. Windows color (decimal): -8376373 or 13315968. OLE color: 13315968.
HSL color Cylindrical-coordinate representation of color #802FCB: hue angle of 271.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802FCB is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 47 | 203 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.20 |
| HSL | 271.15º | 0.62% | 0.49% | - |
| HSV(B) | 271.15º | 0.77% | 0.8% | - |
| XYZ | 20.7 | 10.93 | 57.52 | - |
| YUV | 89 | 192.34 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 203 | 0.37 | 0.77 | 0 | 0.20 | 271.15 | 0.62 | 0.49 |
| Hex | 80 | 2F | CB | 25 | 4D | 0 | 14 | 10F | 3E | 31 |
| Octal | 200 | 57 | 313 | 45 | 115 | 0 | 24 | 417 | 76 | 61 |
| Binary | 10000000 | 101111 | 11001011 | 100101 | 1001101 | 0 | 10100 | 100001111 | 111110 | 110001 |
Color Harmonies of #802FCB
Complementary color
Monochromatic Colors of #802FCB
Black with #802FCB
Text Example
Text Example
White with #802FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802FCB; }
p { color: rgb(128,47,203); }
H1.HeaderClassName
{
color: #802FCB;
}
.AnyTagClassName
{
color: #802FCB;
}
</style>
background-color css
<style>
a { background-color: #802FCB; }
a { background-color: rgb(128,47,203); }
div.DivClassName
{
background-color: #802FCB;
}
.BgClassName
{
background-color: #802FCB;
}
</style>
border-color css
<style>
span { border-color: #802FCB; }
span { border-color: rgb(128,47,203); }
td.TdClassName
{
border-color: #802FCB;
}
.TagClassName
{
border-color: #802FCB;
}
</style>