Shades of Purple #73006C
Tints of Purple #73006C
RGB
CMYK
RGB Variations
Color information
#73006C (or 0x73006C) is known color: Purple. HEX triplet: 73, 00 and 6C. RGB value is (115,0,108). Sum of RGB (Red+Green+Blue) = 115+0+108=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73006C is #8CFF93. Grayscale: #2E2E2E. Windows color (decimal): -9240468 or 7078003. OLE color: 7078003.
HSL color Cylindrical-coordinate representation of color #73006C: hue angle of 303.65º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73006C is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.06 | 0.55 |
| HSL | 303.65º | 1% | 0.23% | - |
| HSV(B) | 303.65º | 1% | 0.45% | - |
| XYZ | 9.78 | 4.73 | 14.58 | - |
| YUV | 46.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 108 | 0 | 1 | 0.06 | 0.55 | 303.65 | 1 | 0.23 |
| Hex | 73 | 0 | 6C | 0 | 64 | 6 | 37 | 130 | 64 | 17 |
| Octal | 163 | 0 | 154 | 0 | 144 | 6 | 67 | 460 | 144 | 27 |
| Binary | 1110011 | 0 | 1101100 | 0 | 1100100 | 110 | 110111 | 100110000 | 1100100 | 10111 |
Color Harmonies of #73006C
Complementary color
Monochromatic Colors of #73006C
Black with #73006C
Text Example
Text Example
White with #73006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73006C; }
p { color: rgb(115,0,108); }
H1.HeaderClassName
{
color: #73006C;
}
.AnyTagClassName
{
color: #73006C;
}
</style>
background-color css
<style>
a { background-color: #73006C; }
a { background-color: rgb(115,0,108); }
div.DivClassName
{
background-color: #73006C;
}
.BgClassName
{
background-color: #73006C;
}
</style>
border-color css
<style>
span { border-color: #73006C; }
span { border-color: rgb(115,0,108); }
td.TdClassName
{
border-color: #73006C;
}
.TagClassName
{
border-color: #73006C;
}
</style>