Shades of Purple #750195
Tints of Purple #750195
RGB
CMYK
RGB Variations
Color information
#750195 (or 0x750195) is known color: Purple. HEX triplet: 75, 01 and 95. RGB value is (117,1,149). Sum of RGB (Red+Green+Blue) = 117+1+149=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #750195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750195 is #8AFE6A. Grayscale: #343434. Windows color (decimal): -9109099 or 9765237. OLE color: 9765237.
HSL color Cylindrical-coordinate representation of color #750195: hue angle of 287.03º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750195 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 1 | 149 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.42 |
| HSL | 287.03º | 0.99% | 0.29% | - |
| HSV(B) | 287.03º | 0.99% | 0.58% | - |
| XYZ | 12.77 | 5.97 | 28.91 | - |
| YUV | 52.56 | 182.43 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 149 | 0.21 | 0.99 | 0 | 0.42 | 287.03 | 0.99 | 0.29 |
| Hex | 75 | 1 | 95 | 15 | 63 | 0 | 2A | 11F | 63 | 1D |
| Octal | 165 | 1 | 225 | 25 | 143 | 0 | 52 | 437 | 143 | 35 |
| Binary | 1110101 | 1 | 10010101 | 10101 | 1100011 | 0 | 101010 | 100011111 | 1100011 | 11101 |
Color Harmonies of #750195
Complementary color
Monochromatic Colors of #750195
Black with #750195
Text Example
Text Example
White with #750195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750195; }
p { color: rgb(117,1,149); }
H1.HeaderClassName
{
color: #750195;
}
.AnyTagClassName
{
color: #750195;
}
</style>
background-color css
<style>
a { background-color: #750195; }
a { background-color: rgb(117,1,149); }
div.DivClassName
{
background-color: #750195;
}
.BgClassName
{
background-color: #750195;
}
</style>
border-color css
<style>
span { border-color: #750195; }
span { border-color: rgb(117,1,149); }
td.TdClassName
{
border-color: #750195;
}
.TagClassName
{
border-color: #750195;
}
</style>