Shades of Purple #73066C
Tints of Purple #73066C
RGB
CMYK
RGB Variations
Color information
#73066C (or 0x73066C) is known color: Purple. HEX triplet: 73, 06 and 6C. RGB value is (115,6,108). Sum of RGB (Red+Green+Blue) = 115+6+108=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73066C is #8CF993. Grayscale: #313131. Windows color (decimal): -9238932 or 7079539. OLE color: 7079539.
HSL color Cylindrical-coordinate representation of color #73066C: hue angle of 303.85º 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 #73066C is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 6 | 108 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.55 |
| HSL | 303.85º | 0.9% | 0.24% | - |
| HSV(B) | 303.85º | 0.95% | 0.45% | - |
| XYZ | 9.84 | 4.86 | 14.61 | - |
| YUV | 50.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 108 | 0 | 0.95 | 0.06 | 0.55 | 303.85 | 0.9 | 0.24 |
| Hex | 73 | 6 | 6C | 0 | 5F | 6 | 37 | 130 | 5A | 18 |
| Octal | 163 | 6 | 154 | 0 | 137 | 6 | 67 | 460 | 132 | 30 |
| Binary | 1110011 | 110 | 1101100 | 0 | 1011111 | 110 | 110111 | 100110000 | 1011010 | 11000 |
Color Harmonies of #73066C
Complementary color
Monochromatic Colors of #73066C
Black with #73066C
Text Example
Text Example
White with #73066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73066C; }
p { color: rgb(115,6,108); }
H1.HeaderClassName
{
color: #73066C;
}
.AnyTagClassName
{
color: #73066C;
}
</style>
background-color css
<style>
a { background-color: #73066C; }
a { background-color: rgb(115,6,108); }
div.DivClassName
{
background-color: #73066C;
}
.BgClassName
{
background-color: #73066C;
}
</style>
border-color css
<style>
span { border-color: #73066C; }
span { border-color: rgb(115,6,108); }
td.TdClassName
{
border-color: #73066C;
}
.TagClassName
{
border-color: #73066C;
}
</style>