Shades of Purple #75016B
Tints of Purple #75016B
RGB
CMYK
RGB Variations
Color information
#75016B (or 0x75016B) is known color: Purple. HEX triplet: 75, 01 and 6B. RGB value is (117,1,107). Sum of RGB (Red+Green+Blue) = 117+1+107=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75016B is #8AFE94. Grayscale: #2F2F2F. Windows color (decimal): -9109141 or 7012725. OLE color: 7012725.
HSL color Cylindrical-coordinate representation of color #75016B: hue angle of 305.17º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75016B is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.54 |
| HSL | 305.17º | 0.98% | 0.23% | - |
| HSV(B) | 305.17º | 0.99% | 0.46% | - |
| XYZ | 10 | 4.87 | 14.32 | - |
| YUV | 47.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 107 | 0 | 0.99 | 0.09 | 0.54 | 305.17 | 0.98 | 0.23 |
| Hex | 75 | 1 | 6B | 0 | 63 | 9 | 36 | 131 | 62 | 17 |
| Octal | 165 | 1 | 153 | 0 | 143 | 11 | 66 | 461 | 142 | 27 |
| Binary | 1110101 | 1 | 1101011 | 0 | 1100011 | 1001 | 110110 | 100110001 | 1100010 | 10111 |
Color Harmonies of #75016B
Complementary color
Monochromatic Colors of #75016B
Black with #75016B
Text Example
Text Example
White with #75016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75016B; }
p { color: rgb(117,1,107); }
H1.HeaderClassName
{
color: #75016B;
}
.AnyTagClassName
{
color: #75016B;
}
</style>
background-color css
<style>
a { background-color: #75016B; }
a { background-color: rgb(117,1,107); }
div.DivClassName
{
background-color: #75016B;
}
.BgClassName
{
background-color: #75016B;
}
</style>
border-color css
<style>
span { border-color: #75016B; }
span { border-color: rgb(117,1,107); }
td.TdClassName
{
border-color: #75016B;
}
.TagClassName
{
border-color: #75016B;
}
</style>