Shades of Purple #75018C
Tints of Purple #75018C
RGB
CMYK
RGB Variations
Color information
#75018C (or 0x75018C) is known color: Purple. HEX triplet: 75, 01 and 8C. RGB value is (117,1,140). Sum of RGB (Red+Green+Blue) = 117+1+140=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #75018C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75018C is #8AFE73. Grayscale: #333333. Windows color (decimal): -9109108 or 9175413. OLE color: 9175413.
HSL color Cylindrical-coordinate representation of color #75018C: hue angle of 290.07º degrees, saturation: 0.99, 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 #75018C is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 1 | 140 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.45 |
| HSL | 290.07º | 0.99% | 0.28% | - |
| HSV(B) | 290.07º | 0.99% | 0.55% | - |
| XYZ | 12.08 | 5.7 | 25.27 | - |
| YUV | 51.53 | 177.93 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 140 | 0.16 | 0.99 | 0 | 0.45 | 290.07 | 0.99 | 0.28 |
| Hex | 75 | 1 | 8C | 10 | 63 | 0 | 2D | 122 | 63 | 1C |
| Octal | 165 | 1 | 214 | 20 | 143 | 0 | 55 | 442 | 143 | 34 |
| Binary | 1110101 | 1 | 10001100 | 10000 | 1100011 | 0 | 101101 | 100100010 | 1100011 | 11100 |
Color Harmonies of #75018C
Complementary color
Monochromatic Colors of #75018C
Black with #75018C
Text Example
Text Example
White with #75018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75018C; }
p { color: rgb(117,1,140); }
H1.HeaderClassName
{
color: #75018C;
}
.AnyTagClassName
{
color: #75018C;
}
</style>
background-color css
<style>
a { background-color: #75018C; }
a { background-color: rgb(117,1,140); }
div.DivClassName
{
background-color: #75018C;
}
.BgClassName
{
background-color: #75018C;
}
</style>
border-color css
<style>
span { border-color: #75018C; }
span { border-color: rgb(117,1,140); }
td.TdClassName
{
border-color: #75018C;
}
.TagClassName
{
border-color: #75018C;
}
</style>