Shades of Purple #75028C
Tints of Purple #75028C
RGB
CMYK
RGB Variations
Color information
#75028C (or 0x75028C) is known color: Purple. HEX triplet: 75, 02 and 8C. RGB value is (117,2,140). Sum of RGB (Red+Green+Blue) = 117+2+140=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #75028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75028C is #8AFD73. Grayscale: #333333. Windows color (decimal): -9108852 or 9175669. OLE color: 9175669.
HSL color Cylindrical-coordinate representation of color #75028C: hue angle of 290º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75028C is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 2 | 140 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.45 |
| HSL | 290º | 0.97% | 0.28% | - |
| HSV(B) | 290º | 0.99% | 0.55% | - |
| XYZ | 12.09 | 5.72 | 25.28 | - |
| YUV | 52.12 | 177.6 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 140 | 0.16 | 0.99 | 0 | 0.45 | 290 | 0.97 | 0.28 |
| Hex | 75 | 2 | 8C | 10 | 63 | 0 | 2D | 122 | 61 | 1C |
| Octal | 165 | 2 | 214 | 20 | 143 | 0 | 55 | 442 | 141 | 34 |
| Binary | 1110101 | 10 | 10001100 | 10000 | 1100011 | 0 | 101101 | 100100010 | 1100001 | 11100 |
Color Harmonies of #75028C
Complementary color
Monochromatic Colors of #75028C
Black with #75028C
Text Example
Text Example
White with #75028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75028C; }
p { color: rgb(117,2,140); }
H1.HeaderClassName
{
color: #75028C;
}
.AnyTagClassName
{
color: #75028C;
}
</style>
background-color css
<style>
a { background-color: #75028C; }
a { background-color: rgb(117,2,140); }
div.DivClassName
{
background-color: #75028C;
}
.BgClassName
{
background-color: #75028C;
}
</style>
border-color css
<style>
span { border-color: #75028C; }
span { border-color: rgb(117,2,140); }
td.TdClassName
{
border-color: #75028C;
}
.TagClassName
{
border-color: #75028C;
}
</style>