Shades of Purple #730A6A
Tints of Purple #730A6A
RGB
CMYK
RGB Variations
Color information
#730A6A (or 0x730A6A) is known color: Purple. HEX triplet: 73, 0A and 6A. RGB value is (115,10,106). Sum of RGB (Red+Green+Blue) = 115+10+106=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #730A6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A6A is #8CF595. Grayscale: #343434. Windows color (decimal): -9237910 or 6949491. OLE color: 6949491.
HSL color Cylindrical-coordinate representation of color #730A6A: hue angle of 305.14º 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 #730A6A is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 106 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.55 |
| HSL | 305.14º | 0.84% | 0.25% | - |
| HSV(B) | 305.14º | 0.91% | 0.45% | - |
| XYZ | 9.78 | 4.9 | 14.07 | - |
| YUV | 52.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 106 | 0 | 0.91 | 0.08 | 0.55 | 305.14 | 0.84 | 0.25 |
| Hex | 73 | A | 6A | 0 | 5B | 8 | 37 | 131 | 54 | 19 |
| Octal | 163 | 12 | 152 | 0 | 133 | 10 | 67 | 461 | 124 | 31 |
| Binary | 1110011 | 1010 | 1101010 | 0 | 1011011 | 1000 | 110111 | 100110001 | 1010100 | 11001 |
Color Harmonies of #730A6A
Complementary color
Monochromatic Colors of #730A6A
Black with #730A6A
Text Example
Text Example
White with #730A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A6A; }
p { color: rgb(115,10,106); }
H1.HeaderClassName
{
color: #730A6A;
}
.AnyTagClassName
{
color: #730A6A;
}
</style>
background-color css
<style>
a { background-color: #730A6A; }
a { background-color: rgb(115,10,106); }
div.DivClassName
{
background-color: #730A6A;
}
.BgClassName
{
background-color: #730A6A;
}
</style>
border-color css
<style>
span { border-color: #730A6A; }
span { border-color: rgb(115,10,106); }
td.TdClassName
{
border-color: #730A6A;
}
.TagClassName
{
border-color: #730A6A;
}
</style>