Shades of Purple #730C88
Tints of Purple #730C88
RGB
CMYK
RGB Variations
Color information
#730C88 (or 0x730C88) is known color: Purple. HEX triplet: 73, 0C and 88. RGB value is (115,12,136). Sum of RGB (Red+Green+Blue) = 115+12+136=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #730C88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730C88 is #8CF377. Grayscale: #383838. Windows color (decimal): -9237368 or 8916083. OLE color: 8916083.
HSL color Cylindrical-coordinate representation of color #730C88: hue angle of 289.84º 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 #730C88 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 12 | 136 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.47 |
| HSL | 289.84º | 0.84% | 0.29% | - |
| HSV(B) | 289.84º | 0.91% | 0.53% | - |
| XYZ | 11.65 | 5.69 | 23.78 | - |
| YUV | 56.93 | 172.62 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 136 | 0.15 | 0.91 | 0 | 0.47 | 289.84 | 0.84 | 0.29 |
| Hex | 73 | C | 88 | F | 5B | 0 | 2F | 122 | 54 | 1D |
| Octal | 163 | 14 | 210 | 17 | 133 | 0 | 57 | 442 | 124 | 35 |
| Binary | 1110011 | 1100 | 10001000 | 1111 | 1011011 | 0 | 101111 | 100100010 | 1010100 | 11101 |
Color Harmonies of #730C88
Complementary color
Monochromatic Colors of #730C88
Black with #730C88
Text Example
Text Example
White with #730C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730C88; }
p { color: rgb(115,12,136); }
H1.HeaderClassName
{
color: #730C88;
}
.AnyTagClassName
{
color: #730C88;
}
</style>
background-color css
<style>
a { background-color: #730C88; }
a { background-color: rgb(115,12,136); }
div.DivClassName
{
background-color: #730C88;
}
.BgClassName
{
background-color: #730C88;
}
</style>
border-color css
<style>
span { border-color: #730C88; }
span { border-color: rgb(115,12,136); }
td.TdClassName
{
border-color: #730C88;
}
.TagClassName
{
border-color: #730C88;
}
</style>