Shades of Purple #73066F
Tints of Purple #73066F
RGB
CMYK
RGB Variations
Color information
#73066F (or 0x73066F) is known color: Purple. HEX triplet: 73, 06 and 6F. RGB value is (115,6,111). Sum of RGB (Red+Green+Blue) = 115+6+111=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73066F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73066F is #8CF990. Grayscale: #323232. Windows color (decimal): -9238929 or 7276147. OLE color: 7276147.
HSL color Cylindrical-coordinate representation of color #73066F: hue angle of 302.2º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73066F is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 6 | 111 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.55 |
| HSL | 302.2º | 0.9% | 0.24% | - |
| HSV(B) | 302.2º | 0.95% | 0.45% | - |
| XYZ | 10 | 4.92 | 15.46 | - |
| YUV | 50.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 111 | 0 | 0.95 | 0.03 | 0.55 | 302.2 | 0.9 | 0.24 |
| Hex | 73 | 6 | 6F | 0 | 5F | 3 | 37 | 12E | 5A | 18 |
| Octal | 163 | 6 | 157 | 0 | 137 | 3 | 67 | 456 | 132 | 30 |
| Binary | 1110011 | 110 | 1101111 | 0 | 1011111 | 11 | 110111 | 100101110 | 1011010 | 11000 |
Color Harmonies of #73066F
Complementary color
Monochromatic Colors of #73066F
Black with #73066F
Text Example
Text Example
White with #73066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73066F; }
p { color: rgb(115,6,111); }
H1.HeaderClassName
{
color: #73066F;
}
.AnyTagClassName
{
color: #73066F;
}
</style>
background-color css
<style>
a { background-color: #73066F; }
a { background-color: rgb(115,6,111); }
div.DivClassName
{
background-color: #73066F;
}
.BgClassName
{
background-color: #73066F;
}
</style>
border-color css
<style>
span { border-color: #73066F; }
span { border-color: rgb(115,6,111); }
td.TdClassName
{
border-color: #73066F;
}
.TagClassName
{
border-color: #73066F;
}
</style>