Shades of Purple #730C7D
Tints of Purple #730C7D
RGB
CMYK
RGB Variations
Color information
#730C7D (or 0x730C7D) is known color: Purple. HEX triplet: 73, 0C and 7D. RGB value is (115,12,125). Sum of RGB (Red+Green+Blue) = 115+12+125=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #730C7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730C7D is #8CF382. Grayscale: #373737. Windows color (decimal): -9237379 or 8195187. OLE color: 8195187.
HSL color Cylindrical-coordinate representation of color #730C7D: hue angle of 294.69º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730C7D is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 12 | 125 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.51 |
| HSL | 294.69º | 0.82% | 0.27% | - |
| HSV(B) | 294.69º | 0.9% | 0.49% | - |
| XYZ | 10.9 | 5.39 | 19.87 | - |
| YUV | 55.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 125 | 0.08 | 0.90 | 0 | 0.51 | 294.69 | 0.82 | 0.27 |
| Hex | 73 | C | 7D | 8 | 5A | 0 | 33 | 127 | 52 | 1B |
| Octal | 163 | 14 | 175 | 10 | 132 | 0 | 63 | 447 | 122 | 33 |
| Binary | 1110011 | 1100 | 1111101 | 1000 | 1011010 | 0 | 110011 | 100100111 | 1010010 | 11011 |
Color Harmonies of #730C7D
Complementary color
Monochromatic Colors of #730C7D
Black with #730C7D
Text Example
Text Example
White with #730C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730C7D; }
p { color: rgb(115,12,125); }
H1.HeaderClassName
{
color: #730C7D;
}
.AnyTagClassName
{
color: #730C7D;
}
</style>
background-color css
<style>
a { background-color: #730C7D; }
a { background-color: rgb(115,12,125); }
div.DivClassName
{
background-color: #730C7D;
}
.BgClassName
{
background-color: #730C7D;
}
</style>
border-color css
<style>
span { border-color: #730C7D; }
span { border-color: rgb(115,12,125); }
td.TdClassName
{
border-color: #730C7D;
}
.TagClassName
{
border-color: #730C7D;
}
</style>