Shades of Purple #73016A
Tints of Purple #73016A
RGB
CMYK
RGB Variations
Color information
#73016A (or 0x73016A) is known color: Purple. HEX triplet: 73, 01 and 6A. RGB value is (115,1,106). Sum of RGB (Red+Green+Blue) = 115+1+106=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #73016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73016A is #8CFE95. Grayscale: #2E2E2E. Windows color (decimal): -9240214 or 6947187. OLE color: 6947187.
HSL color Cylindrical-coordinate representation of color #73016A: hue angle of 304.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73016A is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 106 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.55 |
| HSL | 304.74º | 0.98% | 0.23% | - |
| HSV(B) | 304.74º | 0.99% | 0.45% | - |
| XYZ | 9.68 | 4.71 | 14.03 | - |
| YUV | 47.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 106 | 0 | 0.99 | 0.08 | 0.55 | 304.74 | 0.98 | 0.23 |
| Hex | 73 | 1 | 6A | 0 | 63 | 8 | 37 | 131 | 62 | 17 |
| Octal | 163 | 1 | 152 | 0 | 143 | 10 | 67 | 461 | 142 | 27 |
| Binary | 1110011 | 1 | 1101010 | 0 | 1100011 | 1000 | 110111 | 100110001 | 1100010 | 10111 |
Color Harmonies of #73016A
Complementary color
Monochromatic Colors of #73016A
Black with #73016A
Text Example
Text Example
White with #73016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73016A; }
p { color: rgb(115,1,106); }
H1.HeaderClassName
{
color: #73016A;
}
.AnyTagClassName
{
color: #73016A;
}
</style>
background-color css
<style>
a { background-color: #73016A; }
a { background-color: rgb(115,1,106); }
div.DivClassName
{
background-color: #73016A;
}
.BgClassName
{
background-color: #73016A;
}
</style>
border-color css
<style>
span { border-color: #73016A; }
span { border-color: rgb(115,1,106); }
td.TdClassName
{
border-color: #73016A;
}
.TagClassName
{
border-color: #73016A;
}
</style>