Shades of Purple #730A6C
Tints of Purple #730A6C
RGB
CMYK
RGB Variations
Color information
#730A6C (or 0x730A6C) is known color: Purple. HEX triplet: 73, 0A and 6C. RGB value is (115,10,108). Sum of RGB (Red+Green+Blue) = 115+10+108=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #730A6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A6C is #8CF593. Grayscale: #343434. Windows color (decimal): -9237908 or 7080563. OLE color: 7080563.
HSL color Cylindrical-coordinate representation of color #730A6C: hue angle of 304º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A6C is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 108 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.55 |
| HSL | 304º | 0.84% | 0.25% | - |
| HSV(B) | 304º | 0.91% | 0.45% | - |
| XYZ | 9.89 | 4.94 | 14.62 | - |
| YUV | 52.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 108 | 0 | 0.91 | 0.06 | 0.55 | 304 | 0.84 | 0.25 |
| Hex | 73 | A | 6C | 0 | 5B | 6 | 37 | 130 | 54 | 19 |
| Octal | 163 | 12 | 154 | 0 | 133 | 6 | 67 | 460 | 124 | 31 |
| Binary | 1110011 | 1010 | 1101100 | 0 | 1011011 | 110 | 110111 | 100110000 | 1010100 | 11001 |
Color Harmonies of #730A6C
Complementary color
Monochromatic Colors of #730A6C
Black with #730A6C
Text Example
Text Example
White with #730A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A6C; }
p { color: rgb(115,10,108); }
H1.HeaderClassName
{
color: #730A6C;
}
.AnyTagClassName
{
color: #730A6C;
}
</style>
background-color css
<style>
a { background-color: #730A6C; }
a { background-color: rgb(115,10,108); }
div.DivClassName
{
background-color: #730A6C;
}
.BgClassName
{
background-color: #730A6C;
}
</style>
border-color css
<style>
span { border-color: #730A6C; }
span { border-color: rgb(115,10,108); }
td.TdClassName
{
border-color: #730A6C;
}
.TagClassName
{
border-color: #730A6C;
}
</style>