Shades of Blue Violet #802CCC
Tints of Blue Violet #802CCC
RGB
CMYK
RGB Variations
Color information
#802CCC (or 0x802CCC) is known color: Blue Violet. HEX triplet: 80, 2C and CC. RGB value is (128,44,204). Sum of RGB (Red+Green+Blue) = 128+44+204=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #802CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802CCC is #7FD333. Grayscale: #565656. Windows color (decimal): -8377140 or 13380736. OLE color: 13380736.
HSL color Cylindrical-coordinate representation of color #802CCC: hue angle of 271.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802CCC is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 44 | 204 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.2 |
| HSL | 271.5º | 0.65% | 0.49% | - |
| HSV(B) | 271.5º | 0.78% | 0.8% | - |
| XYZ | 20.7 | 10.75 | 58.11 | - |
| YUV | 87.36 | 193.83 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 204 | 0.37 | 0.78 | 0 | 0.2 | 271.5 | 0.65 | 0.49 |
| Hex | 80 | 2C | CC | 25 | 4E | 0 | 14 | 110 | 41 | 31 |
| Octal | 200 | 54 | 314 | 45 | 116 | 0 | 24 | 420 | 101 | 61 |
| Binary | 10000000 | 101100 | 11001100 | 100101 | 1001110 | 0 | 10100 | 100010000 | 1000001 | 110001 |
Color Harmonies of #802CCC
Complementary color
Monochromatic Colors of #802CCC
Black with #802CCC
Text Example
Text Example
White with #802CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CCC; }
p { color: rgb(128,44,204); }
H1.HeaderClassName
{
color: #802CCC;
}
.AnyTagClassName
{
color: #802CCC;
}
</style>
background-color css
<style>
a { background-color: #802CCC; }
a { background-color: rgb(128,44,204); }
div.DivClassName
{
background-color: #802CCC;
}
.BgClassName
{
background-color: #802CCC;
}
</style>
border-color css
<style>
span { border-color: #802CCC; }
span { border-color: rgb(128,44,204); }
td.TdClassName
{
border-color: #802CCC;
}
.TagClassName
{
border-color: #802CCC;
}
</style>