Shades of Purple #84067D
Tints of Purple #84067D
RGB
CMYK
RGB Variations
Color information
#84067D (or 0x84067D) is known color: Purple. HEX triplet: 84, 06 and 7D. RGB value is (132,6,125). Sum of RGB (Red+Green+Blue) = 132+6+125=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84067D is #7BF982. Grayscale: #383838. Windows color (decimal): -8124803 or 8193668. OLE color: 8193668.
HSL color Cylindrical-coordinate representation of color #84067D: hue angle of 303.33º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84067D is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 6 | 125 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.48 |
| HSL | 303.33º | 0.91% | 0.27% | - |
| HSV(B) | 303.33º | 0.95% | 0.52% | - |
| XYZ | 13.28 | 6.52 | 19.96 | - |
| YUV | 57.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 6 | 125 | 0 | 0.95 | 0.05 | 0.48 | 303.33 | 0.91 | 0.27 |
| Hex | 84 | 6 | 7D | 0 | 5F | 5 | 30 | 12F | 5B | 1B |
| Octal | 204 | 6 | 175 | 0 | 137 | 5 | 60 | 457 | 133 | 33 |
| Binary | 10000100 | 110 | 1111101 | 0 | 1011111 | 101 | 110000 | 100101111 | 1011011 | 11011 |
Color Harmonies of #84067D
Complementary color
Monochromatic Colors of #84067D
Black with #84067D
Text Example
Text Example
White with #84067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84067D; }
p { color: rgb(132,6,125); }
H1.HeaderClassName
{
color: #84067D;
}
.AnyTagClassName
{
color: #84067D;
}
</style>
background-color css
<style>
a { background-color: #84067D; }
a { background-color: rgb(132,6,125); }
div.DivClassName
{
background-color: #84067D;
}
.BgClassName
{
background-color: #84067D;
}
</style>
border-color css
<style>
span { border-color: #84067D; }
span { border-color: rgb(132,6,125); }
td.TdClassName
{
border-color: #84067D;
}
.TagClassName
{
border-color: #84067D;
}
</style>