Shades of Purple #73056B
Tints of Purple #73056B
RGB
CMYK
RGB Variations
Color information
#73056B (or 0x73056B) is known color: Purple. HEX triplet: 73, 05 and 6B. RGB value is (115,5,107). Sum of RGB (Red+Green+Blue) = 115+5+107=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73056B is #8CFA94. Grayscale: #313131. Windows color (decimal): -9239189 or 7013747. OLE color: 7013747.
HSL color Cylindrical-coordinate representation of color #73056B: hue angle of 304.36º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73056B is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 5 | 107 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.55 |
| HSL | 304.36º | 0.92% | 0.24% | - |
| HSV(B) | 304.36º | 0.96% | 0.45% | - |
| XYZ | 9.78 | 4.81 | 14.32 | - |
| YUV | 49.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 107 | 0 | 0.96 | 0.07 | 0.55 | 304.36 | 0.92 | 0.24 |
| Hex | 73 | 5 | 6B | 0 | 60 | 7 | 37 | 130 | 5C | 18 |
| Octal | 163 | 5 | 153 | 0 | 140 | 7 | 67 | 460 | 134 | 30 |
| Binary | 1110011 | 101 | 1101011 | 0 | 1100000 | 111 | 110111 | 100110000 | 1011100 | 11000 |
Color Harmonies of #73056B
Complementary color
Monochromatic Colors of #73056B
Black with #73056B
Text Example
Text Example
White with #73056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73056B; }
p { color: rgb(115,5,107); }
H1.HeaderClassName
{
color: #73056B;
}
.AnyTagClassName
{
color: #73056B;
}
</style>
background-color css
<style>
a { background-color: #73056B; }
a { background-color: rgb(115,5,107); }
div.DivClassName
{
background-color: #73056B;
}
.BgClassName
{
background-color: #73056B;
}
</style>
border-color css
<style>
span { border-color: #73056B; }
span { border-color: rgb(115,5,107); }
td.TdClassName
{
border-color: #73056B;
}
.TagClassName
{
border-color: #73056B;
}
</style>