Shades of Purple #800381
Tints of Purple #800381
RGB
CMYK
RGB Variations
Color information
#800381 (or 0x800381) is known color: Purple. HEX triplet: 80, 03 and 81. RGB value is (128,3,129). Sum of RGB (Red+Green+Blue) = 128+3+129=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #800381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800381 is #7FFC7E. Grayscale: #363636. Windows color (decimal): -8387711 or 8455040. OLE color: 8455040.
HSL color Cylindrical-coordinate representation of color #800381: hue angle of 299.52º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800381 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 3 | 129 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.49 |
| HSL | 299.52º | 0.95% | 0.26% | - |
| HSV(B) | 299.52º | 0.98% | 0.51% | - |
| XYZ | 12.9 | 6.24 | 21.29 | - |
| YUV | 54.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 129 | 0.01 | 0.98 | 0 | 0.49 | 299.52 | 0.95 | 0.26 |
| Hex | 80 | 3 | 81 | 1 | 62 | 0 | 31 | 12C | 5F | 1A |
| Octal | 200 | 3 | 201 | 1 | 142 | 0 | 61 | 454 | 137 | 32 |
| Binary | 10000000 | 11 | 10000001 | 1 | 1100010 | 0 | 110001 | 100101100 | 1011111 | 11010 |
Color Harmonies of #800381
Complementary color
Monochromatic Colors of #800381
Black with #800381
Text Example
Text Example
White with #800381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800381; }
p { color: rgb(128,3,129); }
H1.HeaderClassName
{
color: #800381;
}
.AnyTagClassName
{
color: #800381;
}
</style>
background-color css
<style>
a { background-color: #800381; }
a { background-color: rgb(128,3,129); }
div.DivClassName
{
background-color: #800381;
}
.BgClassName
{
background-color: #800381;
}
</style>
border-color css
<style>
span { border-color: #800381; }
span { border-color: rgb(128,3,129); }
td.TdClassName
{
border-color: #800381;
}
.TagClassName
{
border-color: #800381;
}
</style>