Shades of Purple #75028A
Tints of Purple #75028A
RGB
CMYK
RGB Variations
Color information
#75028A (or 0x75028A) is known color: Purple. HEX triplet: 75, 02 and 8A. RGB value is (117,2,138). Sum of RGB (Red+Green+Blue) = 117+2+138=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #75028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75028A is #8AFD75. Grayscale: #333333. Windows color (decimal): -9108854 or 9044597. OLE color: 9044597.
HSL color Cylindrical-coordinate representation of color #75028A: hue angle of 290.74º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75028A is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 2 | 138 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.46 |
| HSL | 290.74º | 0.97% | 0.27% | - |
| HSV(B) | 290.74º | 0.99% | 0.54% | - |
| XYZ | 11.95 | 5.66 | 24.51 | - |
| YUV | 51.89 | 176.6 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 138 | 0.15 | 0.99 | 0 | 0.46 | 290.74 | 0.97 | 0.27 |
| Hex | 75 | 2 | 8A | F | 63 | 0 | 2E | 123 | 61 | 1B |
| Octal | 165 | 2 | 212 | 17 | 143 | 0 | 56 | 443 | 141 | 33 |
| Binary | 1110101 | 10 | 10001010 | 1111 | 1100011 | 0 | 101110 | 100100011 | 1100001 | 11011 |
Color Harmonies of #75028A
Complementary color
Monochromatic Colors of #75028A
Black with #75028A
Text Example
Text Example
White with #75028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75028A; }
p { color: rgb(117,2,138); }
H1.HeaderClassName
{
color: #75028A;
}
.AnyTagClassName
{
color: #75028A;
}
</style>
background-color css
<style>
a { background-color: #75028A; }
a { background-color: rgb(117,2,138); }
div.DivClassName
{
background-color: #75028A;
}
.BgClassName
{
background-color: #75028A;
}
</style>
border-color css
<style>
span { border-color: #75028A; }
span { border-color: rgb(117,2,138); }
td.TdClassName
{
border-color: #75028A;
}
.TagClassName
{
border-color: #75028A;
}
</style>