Shades of Purple #730669
Tints of Purple #730669
RGB
CMYK
RGB Variations
Color information
#730669 (or 0x730669) is known color: Purple. HEX triplet: 73, 06 and 69. RGB value is (115,6,105). Sum of RGB (Red+Green+Blue) = 115+6+105=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #730669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730669 is #8CF996. Grayscale: #313131. Windows color (decimal): -9238935 or 6882931. OLE color: 6882931.
HSL color Cylindrical-coordinate representation of color #730669: hue angle of 305.5º 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 #730669 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 6 | 105 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.55 |
| HSL | 305.5º | 0.9% | 0.24% | - |
| HSV(B) | 305.5º | 0.95% | 0.45% | - |
| XYZ | 9.69 | 4.8 | 13.78 | - |
| YUV | 49.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 105 | 0 | 0.95 | 0.09 | 0.55 | 305.5 | 0.9 | 0.24 |
| Hex | 73 | 6 | 69 | 0 | 5F | 9 | 37 | 132 | 5A | 18 |
| Octal | 163 | 6 | 151 | 0 | 137 | 11 | 67 | 462 | 132 | 30 |
| Binary | 1110011 | 110 | 1101001 | 0 | 1011111 | 1001 | 110111 | 100110010 | 1011010 | 11000 |
Color Harmonies of #730669
Complementary color
Monochromatic Colors of #730669
Black with #730669
Text Example
Text Example
White with #730669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730669; }
p { color: rgb(115,6,105); }
H1.HeaderClassName
{
color: #730669;
}
.AnyTagClassName
{
color: #730669;
}
</style>
background-color css
<style>
a { background-color: #730669; }
a { background-color: rgb(115,6,105); }
div.DivClassName
{
background-color: #730669;
}
.BgClassName
{
background-color: #730669;
}
</style>
border-color css
<style>
span { border-color: #730669; }
span { border-color: rgb(115,6,105); }
td.TdClassName
{
border-color: #730669;
}
.TagClassName
{
border-color: #730669;
}
</style>