Shades of Purple #73016C
Tints of Purple #73016C
RGB
CMYK
RGB Variations
Color information
#73016C (or 0x73016C) is known color: Purple. HEX triplet: 73, 01 and 6C. RGB value is (115,1,108). Sum of RGB (Red+Green+Blue) = 115+1+108=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73016C is #8CFE93. Grayscale: #2E2E2E. Windows color (decimal): -9240212 or 7078259. OLE color: 7078259.
HSL color Cylindrical-coordinate representation of color #73016C: hue angle of 303.68º 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 #73016C is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.55 |
| HSL | 303.68º | 0.98% | 0.23% | - |
| HSV(B) | 303.68º | 0.99% | 0.45% | - |
| XYZ | 9.79 | 4.75 | 14.59 | - |
| YUV | 47.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 108 | 0 | 0.99 | 0.06 | 0.55 | 303.68 | 0.98 | 0.23 |
| Hex | 73 | 1 | 6C | 0 | 63 | 6 | 37 | 130 | 62 | 17 |
| Octal | 163 | 1 | 154 | 0 | 143 | 6 | 67 | 460 | 142 | 27 |
| Binary | 1110011 | 1 | 1101100 | 0 | 1100011 | 110 | 110111 | 100110000 | 1100010 | 10111 |
Color Harmonies of #73016C
Complementary color
Monochromatic Colors of #73016C
Black with #73016C
Text Example
Text Example
White with #73016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73016C; }
p { color: rgb(115,1,108); }
H1.HeaderClassName
{
color: #73016C;
}
.AnyTagClassName
{
color: #73016C;
}
</style>
background-color css
<style>
a { background-color: #73016C; }
a { background-color: rgb(115,1,108); }
div.DivClassName
{
background-color: #73016C;
}
.BgClassName
{
background-color: #73016C;
}
</style>
border-color css
<style>
span { border-color: #73016C; }
span { border-color: rgb(115,1,108); }
td.TdClassName
{
border-color: #73016C;
}
.TagClassName
{
border-color: #73016C;
}
</style>