Shades of Purple #750392
Tints of Purple #750392
RGB
CMYK
RGB Variations
Color information
#750392 (or 0x750392) is known color: Purple. HEX triplet: 75, 03 and 92. RGB value is (117,3,146). Sum of RGB (Red+Green+Blue) = 117+3+146=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #750392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750392 is #8AFC6D. Grayscale: #343434. Windows color (decimal): -9108590 or 9569141. OLE color: 9569141.
HSL color Cylindrical-coordinate representation of color #750392: hue angle of 287.83º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750392 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 3 | 146 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.43 |
| HSL | 287.83º | 0.96% | 0.29% | - |
| HSV(B) | 287.83º | 0.98% | 0.57% | - |
| XYZ | 12.56 | 5.92 | 27.68 | - |
| YUV | 53.39 | 180.27 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 3 | 146 | 0.20 | 0.98 | 0 | 0.43 | 287.83 | 0.96 | 0.29 |
| Hex | 75 | 3 | 92 | 14 | 62 | 0 | 2B | 120 | 60 | 1D |
| Octal | 165 | 3 | 222 | 24 | 142 | 0 | 53 | 440 | 140 | 35 |
| Binary | 1110101 | 11 | 10010010 | 10100 | 1100010 | 0 | 101011 | 100100000 | 1100000 | 11101 |
Color Harmonies of #750392
Complementary color
Monochromatic Colors of #750392
Black with #750392
Text Example
Text Example
White with #750392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750392; }
p { color: rgb(117,3,146); }
H1.HeaderClassName
{
color: #750392;
}
.AnyTagClassName
{
color: #750392;
}
</style>
background-color css
<style>
a { background-color: #750392; }
a { background-color: rgb(117,3,146); }
div.DivClassName
{
background-color: #750392;
}
.BgClassName
{
background-color: #750392;
}
</style>
border-color css
<style>
span { border-color: #750392; }
span { border-color: rgb(117,3,146); }
td.TdClassName
{
border-color: #750392;
}
.TagClassName
{
border-color: #750392;
}
</style>