Shades of Purple #730C87
Tints of Purple #730C87
RGB
CMYK
RGB Variations
Color information
#730C87 (or 0x730C87) is known color: Purple. HEX triplet: 73, 0C and 87. RGB value is (115,12,135). Sum of RGB (Red+Green+Blue) = 115+12+135=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #730C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730C87 is #8CF378. Grayscale: #383838. Windows color (decimal): -9237369 or 8850547. OLE color: 8850547.
HSL color Cylindrical-coordinate representation of color #730C87: hue angle of 290.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730C87 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 12 | 135 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.47 |
| HSL | 290.24º | 0.84% | 0.29% | - |
| HSV(B) | 290.24º | 0.91% | 0.53% | - |
| XYZ | 11.57 | 5.66 | 23.4 | - |
| YUV | 56.82 | 172.12 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 135 | 0.15 | 0.91 | 0 | 0.47 | 290.24 | 0.84 | 0.29 |
| Hex | 73 | C | 87 | F | 5B | 0 | 2F | 122 | 54 | 1D |
| Octal | 163 | 14 | 207 | 17 | 133 | 0 | 57 | 442 | 124 | 35 |
| Binary | 1110011 | 1100 | 10000111 | 1111 | 1011011 | 0 | 101111 | 100100010 | 1010100 | 11101 |
Color Harmonies of #730C87
Complementary color
Monochromatic Colors of #730C87
Black with #730C87
Text Example
Text Example
White with #730C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730C87; }
p { color: rgb(115,12,135); }
H1.HeaderClassName
{
color: #730C87;
}
.AnyTagClassName
{
color: #730C87;
}
</style>
background-color css
<style>
a { background-color: #730C87; }
a { background-color: rgb(115,12,135); }
div.DivClassName
{
background-color: #730C87;
}
.BgClassName
{
background-color: #730C87;
}
</style>
border-color css
<style>
span { border-color: #730C87; }
span { border-color: rgb(115,12,135); }
td.TdClassName
{
border-color: #730C87;
}
.TagClassName
{
border-color: #730C87;
}
</style>