Shades of Purple #75025F
Tints of Purple #75025F
RGB
CMYK
RGB Variations
Color information
#75025F (or 0x75025F) is known color: Purple. HEX triplet: 75, 02 and 5F. RGB value is (117,2,95). Sum of RGB (Red+Green+Blue) = 117+2+95=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75025F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75025F is #8AFDA0. Grayscale: #2E2E2E. Windows color (decimal): -9108897 or 6226549. OLE color: 6226549.
HSL color Cylindrical-coordinate representation of color #75025F: hue angle of 311.48º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75025F is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 2 | 95 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.54 |
| HSL | 311.48º | 0.97% | 0.23% | - |
| HSV(B) | 311.48º | 0.98% | 0.46% | - |
| XYZ | 9.42 | 4.65 | 11.23 | - |
| YUV | 46.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 95 | 0 | 0.98 | 0.19 | 0.54 | 311.48 | 0.97 | 0.23 |
| Hex | 75 | 2 | 5F | 0 | 62 | 13 | 36 | 137 | 61 | 17 |
| Octal | 165 | 2 | 137 | 0 | 142 | 23 | 66 | 467 | 141 | 27 |
| Binary | 1110101 | 10 | 1011111 | 0 | 1100010 | 10011 | 110110 | 100110111 | 1100001 | 10111 |
Color Harmonies of #75025F
Complementary color
Monochromatic Colors of #75025F
Black with #75025F
Text Example
Text Example
White with #75025F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75025F; }
p { color: rgb(117,2,95); }
H1.HeaderClassName
{
color: #75025F;
}
.AnyTagClassName
{
color: #75025F;
}
</style>
background-color css
<style>
a { background-color: #75025F; }
a { background-color: rgb(117,2,95); }
div.DivClassName
{
background-color: #75025F;
}
.BgClassName
{
background-color: #75025F;
}
</style>
border-color css
<style>
span { border-color: #75025F; }
span { border-color: rgb(117,2,95); }
td.TdClassName
{
border-color: #75025F;
}
.TagClassName
{
border-color: #75025F;
}
</style>