Shades of Purple #800384
Tints of Purple #800384
RGB
CMYK
RGB Variations
Color information
#800384 (or 0x800384) is known color: Purple. HEX triplet: 80, 03 and 84. RGB value is (128,3,132). Sum of RGB (Red+Green+Blue) = 128+3+132=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #800384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800384 is #7FFC7B. Grayscale: #363636. Windows color (decimal): -8387708 or 8651648. OLE color: 8651648.
HSL color Cylindrical-coordinate representation of color #800384: hue angle of 298.14º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800384 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 3 | 132 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.48 |
| HSL | 298.14º | 0.96% | 0.26% | - |
| HSV(B) | 298.14º | 0.98% | 0.52% | - |
| XYZ | 13.1 | 6.32 | 22.36 | - |
| YUV | 55.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 132 | 0.03 | 0.98 | 0 | 0.48 | 298.14 | 0.96 | 0.26 |
| Hex | 80 | 3 | 84 | 3 | 62 | 0 | 30 | 12A | 60 | 1A |
| Octal | 200 | 3 | 204 | 3 | 142 | 0 | 60 | 452 | 140 | 32 |
| Binary | 10000000 | 11 | 10000100 | 11 | 1100010 | 0 | 110000 | 100101010 | 1100000 | 11010 |
Color Harmonies of #800384
Complementary color
Monochromatic Colors of #800384
Black with #800384
Text Example
Text Example
White with #800384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800384; }
p { color: rgb(128,3,132); }
H1.HeaderClassName
{
color: #800384;
}
.AnyTagClassName
{
color: #800384;
}
</style>
background-color css
<style>
a { background-color: #800384; }
a { background-color: rgb(128,3,132); }
div.DivClassName
{
background-color: #800384;
}
.BgClassName
{
background-color: #800384;
}
</style>
border-color css
<style>
span { border-color: #800384; }
span { border-color: rgb(128,3,132); }
td.TdClassName
{
border-color: #800384;
}
.TagClassName
{
border-color: #800384;
}
</style>