Shades of Purple #73067D
Tints of Purple #73067D
RGB
CMYK
RGB Variations
Color information
#73067D (or 0x73067D) is known color: Purple. HEX triplet: 73, 06 and 7D. RGB value is (115,6,125). Sum of RGB (Red+Green+Blue) = 115+6+125=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #73067D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73067D is #8CF982. Grayscale: #333333. Windows color (decimal): -9238915 or 8193651. OLE color: 8193651.
HSL color Cylindrical-coordinate representation of color #73067D: hue angle of 294.96º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73067D is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 6 | 125 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.51 |
| HSL | 294.96º | 0.91% | 0.26% | - |
| HSV(B) | 294.96º | 0.95% | 0.49% | - |
| XYZ | 10.84 | 5.26 | 19.85 | - |
| YUV | 52.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 125 | 0.08 | 0.95 | 0 | 0.51 | 294.96 | 0.91 | 0.26 |
| Hex | 73 | 6 | 7D | 8 | 5F | 0 | 33 | 127 | 5B | 1A |
| Octal | 163 | 6 | 175 | 10 | 137 | 0 | 63 | 447 | 133 | 32 |
| Binary | 1110011 | 110 | 1111101 | 1000 | 1011111 | 0 | 110011 | 100100111 | 1011011 | 11010 |
Color Harmonies of #73067D
Complementary color
Monochromatic Colors of #73067D
Black with #73067D
Text Example
Text Example
White with #73067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73067D; }
p { color: rgb(115,6,125); }
H1.HeaderClassName
{
color: #73067D;
}
.AnyTagClassName
{
color: #73067D;
}
</style>
background-color css
<style>
a { background-color: #73067D; }
a { background-color: rgb(115,6,125); }
div.DivClassName
{
background-color: #73067D;
}
.BgClassName
{
background-color: #73067D;
}
</style>
border-color css
<style>
span { border-color: #73067D; }
span { border-color: rgb(115,6,125); }
td.TdClassName
{
border-color: #73067D;
}
.TagClassName
{
border-color: #73067D;
}
</style>