Shades of Purple #75018B
Tints of Purple #75018B
RGB
CMYK
RGB Variations
Color information
#75018B (or 0x75018B) is known color: Purple. HEX triplet: 75, 01 and 8B. RGB value is (117,1,139). Sum of RGB (Red+Green+Blue) = 117+1+139=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #75018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75018B is #8AFE74. Grayscale: #323232. Windows color (decimal): -9109109 or 9109877. OLE color: 9109877.
HSL color Cylindrical-coordinate representation of color #75018B: hue angle of 290.43º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75018B is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 1 | 139 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.45 |
| HSL | 290.43º | 0.99% | 0.27% | - |
| HSV(B) | 290.43º | 0.99% | 0.55% | - |
| XYZ | 12.01 | 5.67 | 24.89 | - |
| YUV | 51.42 | 177.43 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 139 | 0.16 | 0.99 | 0 | 0.45 | 290.43 | 0.99 | 0.27 |
| Hex | 75 | 1 | 8B | 10 | 63 | 0 | 2D | 122 | 63 | 1B |
| Octal | 165 | 1 | 213 | 20 | 143 | 0 | 55 | 442 | 143 | 33 |
| Binary | 1110101 | 1 | 10001011 | 10000 | 1100011 | 0 | 101101 | 100100010 | 1100011 | 11011 |
Color Harmonies of #75018B
Complementary color
Monochromatic Colors of #75018B
Black with #75018B
Text Example
Text Example
White with #75018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75018B; }
p { color: rgb(117,1,139); }
H1.HeaderClassName
{
color: #75018B;
}
.AnyTagClassName
{
color: #75018B;
}
</style>
background-color css
<style>
a { background-color: #75018B; }
a { background-color: rgb(117,1,139); }
div.DivClassName
{
background-color: #75018B;
}
.BgClassName
{
background-color: #75018B;
}
</style>
border-color css
<style>
span { border-color: #75018B; }
span { border-color: rgb(117,1,139); }
td.TdClassName
{
border-color: #75018B;
}
.TagClassName
{
border-color: #75018B;
}
</style>