Shades of Purple #730065
Tints of Purple #730065
RGB
CMYK
RGB Variations
Color information
#730065 (or 0x730065) is known color: Purple. HEX triplet: 73, 00 and 65. RGB value is (115,0,101). Sum of RGB (Red+Green+Blue) = 115+0+101=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #730065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730065 is #8CFF9A. Grayscale: #2D2D2D. Windows color (decimal): -9240475 or 6619251. OLE color: 6619251.
HSL color Cylindrical-coordinate representation of color #730065: hue angle of 307.3º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730065 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.12 | 0.55 |
| HSL | 307.3º | 1% | 0.23% | - |
| HSV(B) | 307.3º | 1% | 0.45% | - |
| XYZ | 9.42 | 4.58 | 12.7 | - |
| YUV | 45.9 | 159.1 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 101 | 0 | 1 | 0.12 | 0.55 | 307.3 | 1 | 0.23 |
| Hex | 73 | 0 | 65 | 0 | 64 | C | 37 | 133 | 64 | 17 |
| Octal | 163 | 0 | 145 | 0 | 144 | 14 | 67 | 463 | 144 | 27 |
| Binary | 1110011 | 0 | 1100101 | 0 | 1100100 | 1100 | 110111 | 100110011 | 1100100 | 10111 |
Color Harmonies of #730065
Complementary color
Monochromatic Colors of #730065
Black with #730065
Text Example
Text Example
White with #730065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730065; }
p { color: rgb(115,0,101); }
H1.HeaderClassName
{
color: #730065;
}
.AnyTagClassName
{
color: #730065;
}
</style>
background-color css
<style>
a { background-color: #730065; }
a { background-color: rgb(115,0,101); }
div.DivClassName
{
background-color: #730065;
}
.BgClassName
{
background-color: #730065;
}
</style>
border-color css
<style>
span { border-color: #730065; }
span { border-color: rgb(115,0,101); }
td.TdClassName
{
border-color: #730065;
}
.TagClassName
{
border-color: #730065;
}
</style>