Shades of Purple #730665
Tints of Purple #730665
RGB
CMYK
RGB Variations
Color information
#730665 (or 0x730665) is known color: Purple. HEX triplet: 73, 06 and 65. RGB value is (115,6,101). Sum of RGB (Red+Green+Blue) = 115+6+101=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #730665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730665 is #8CF99A. Grayscale: #313131. Windows color (decimal): -9238939 or 6620787. OLE color: 6620787.
HSL color Cylindrical-coordinate representation of color #730665: hue angle of 307.71º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730665 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 6 | 101 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.55 |
| HSL | 307.71º | 0.9% | 0.24% | - |
| HSV(B) | 307.71º | 0.95% | 0.45% | - |
| XYZ | 9.48 | 4.71 | 12.72 | - |
| YUV | 49.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 101 | 0 | 0.95 | 0.12 | 0.55 | 307.71 | 0.9 | 0.24 |
| Hex | 73 | 6 | 65 | 0 | 5F | C | 37 | 134 | 5A | 18 |
| Octal | 163 | 6 | 145 | 0 | 137 | 14 | 67 | 464 | 132 | 30 |
| Binary | 1110011 | 110 | 1100101 | 0 | 1011111 | 1100 | 110111 | 100110100 | 1011010 | 11000 |
Color Harmonies of #730665
Complementary color
Monochromatic Colors of #730665
Black with #730665
Text Example
Text Example
White with #730665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730665; }
p { color: rgb(115,6,101); }
H1.HeaderClassName
{
color: #730665;
}
.AnyTagClassName
{
color: #730665;
}
</style>
background-color css
<style>
a { background-color: #730665; }
a { background-color: rgb(115,6,101); }
div.DivClassName
{
background-color: #730665;
}
.BgClassName
{
background-color: #730665;
}
</style>
border-color css
<style>
span { border-color: #730665; }
span { border-color: rgb(115,6,101); }
td.TdClassName
{
border-color: #730665;
}
.TagClassName
{
border-color: #730665;
}
</style>