Shades of Purple #750A69
Tints of Purple #750A69
RGB
CMYK
RGB Variations
Color information
#750A69 (or 0x750A69) is known color: Purple. HEX triplet: 75, 0A and 69. RGB value is (117,10,105). Sum of RGB (Red+Green+Blue) = 117+10+105=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #750A69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750A69 is #8AF596. Grayscale: #343434. Windows color (decimal): -9106839 or 6883957. OLE color: 6883957.
HSL color Cylindrical-coordinate representation of color #750A69: hue angle of 306.73º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A69 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 105 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.54 |
| HSL | 306.73º | 0.84% | 0.25% | - |
| HSV(B) | 306.73º | 0.91% | 0.46% | - |
| XYZ | 9.99 | 5.02 | 13.81 | - |
| YUV | 52.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 105 | 0 | 0.91 | 0.10 | 0.54 | 306.73 | 0.84 | 0.25 |
| Hex | 75 | A | 69 | 0 | 5B | A | 36 | 133 | 54 | 19 |
| Octal | 165 | 12 | 151 | 0 | 133 | 12 | 66 | 463 | 124 | 31 |
| Binary | 1110101 | 1010 | 1101001 | 0 | 1011011 | 1010 | 110110 | 100110011 | 1010100 | 11001 |
Color Harmonies of #750A69
Complementary color
Monochromatic Colors of #750A69
Black with #750A69
Text Example
Text Example
White with #750A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A69; }
p { color: rgb(117,10,105); }
H1.HeaderClassName
{
color: #750A69;
}
.AnyTagClassName
{
color: #750A69;
}
</style>
background-color css
<style>
a { background-color: #750A69; }
a { background-color: rgb(117,10,105); }
div.DivClassName
{
background-color: #750A69;
}
.BgClassName
{
background-color: #750A69;
}
</style>
border-color css
<style>
span { border-color: #750A69; }
span { border-color: rgb(117,10,105); }
td.TdClassName
{
border-color: #750A69;
}
.TagClassName
{
border-color: #750A69;
}
</style>