Shades of Blue Violet #802FCF
Tints of Blue Violet #802FCF
RGB
CMYK
RGB Variations
Color information
#802FCF (or 0x802FCF) is known color: Blue Violet. HEX triplet: 80, 2F and CF. RGB value is (128,47,207). Sum of RGB (Red+Green+Blue) = 128+47+207=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #802FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802FCF is #7FD030. Grayscale: #585858. Windows color (decimal): -8376369 or 13578112. OLE color: 13578112.
HSL color Cylindrical-coordinate representation of color #802FCF: hue angle of 270.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802FCF is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 47 | 207 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.19 |
| HSL | 270.38º | 0.63% | 0.5% | - |
| HSV(B) | 270.38º | 0.77% | 0.81% | - |
| XYZ | 21.18 | 11.13 | 60.06 | - |
| YUV | 89.46 | 194.34 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 207 | 0.38 | 0.77 | 0 | 0.19 | 270.38 | 0.63 | 0.5 |
| Hex | 80 | 2F | CF | 26 | 4D | 0 | 13 | 10E | 3F | 32 |
| Octal | 200 | 57 | 317 | 46 | 115 | 0 | 23 | 416 | 77 | 62 |
| Binary | 10000000 | 101111 | 11001111 | 100110 | 1001101 | 0 | 10011 | 100001110 | 111111 | 110010 |
Color Harmonies of #802FCF
Complementary color
Monochromatic Colors of #802FCF
Black with #802FCF
Text Example
Text Example
White with #802FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802FCF; }
p { color: rgb(128,47,207); }
H1.HeaderClassName
{
color: #802FCF;
}
.AnyTagClassName
{
color: #802FCF;
}
</style>
background-color css
<style>
a { background-color: #802FCF; }
a { background-color: rgb(128,47,207); }
div.DivClassName
{
background-color: #802FCF;
}
.BgClassName
{
background-color: #802FCF;
}
</style>
border-color css
<style>
span { border-color: #802FCF; }
span { border-color: rgb(128,47,207); }
td.TdClassName
{
border-color: #802FCF;
}
.TagClassName
{
border-color: #802FCF;
}
</style>