Shades of Purple #730688
Tints of Purple #730688
RGB
CMYK
RGB Variations
Color information
#730688 (or 0x730688) is known color: Purple. HEX triplet: 73, 06 and 88. RGB value is (115,6,136). Sum of RGB (Red+Green+Blue) = 115+6+136=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #730688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730688 is #8CF977. Grayscale: #353535. Windows color (decimal): -9238904 or 8914547. OLE color: 8914547.
HSL color Cylindrical-coordinate representation of color #730688: hue angle of 290.31º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730688 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 6 | 136 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.47 |
| HSL | 290.31º | 0.92% | 0.28% | - |
| HSV(B) | 290.31º | 0.96% | 0.53% | - |
| XYZ | 11.58 | 5.55 | 23.75 | - |
| YUV | 53.41 | 174.61 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 136 | 0.15 | 0.96 | 0 | 0.47 | 290.31 | 0.92 | 0.28 |
| Hex | 73 | 6 | 88 | F | 60 | 0 | 2F | 122 | 5C | 1C |
| Octal | 163 | 6 | 210 | 17 | 140 | 0 | 57 | 442 | 134 | 34 |
| Binary | 1110011 | 110 | 10001000 | 1111 | 1100000 | 0 | 101111 | 100100010 | 1011100 | 11100 |
Color Harmonies of #730688
Complementary color
Monochromatic Colors of #730688
Black with #730688
Text Example
Text Example
White with #730688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730688; }
p { color: rgb(115,6,136); }
H1.HeaderClassName
{
color: #730688;
}
.AnyTagClassName
{
color: #730688;
}
</style>
background-color css
<style>
a { background-color: #730688; }
a { background-color: rgb(115,6,136); }
div.DivClassName
{
background-color: #730688;
}
.BgClassName
{
background-color: #730688;
}
</style>
border-color css
<style>
span { border-color: #730688; }
span { border-color: rgb(115,6,136); }
td.TdClassName
{
border-color: #730688;
}
.TagClassName
{
border-color: #730688;
}
</style>