Shades of Purple #75017C
Tints of Purple #75017C
RGB
CMYK
RGB Variations
Color information
#75017C (or 0x75017C) is known color: Purple. HEX triplet: 75, 01 and 7C. RGB value is (117,1,124). Sum of RGB (Red+Green+Blue) = 117+1+124=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #75017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75017C is #8AFE83. Grayscale: #313131. Windows color (decimal): -9109124 or 8126837. OLE color: 8126837.
HSL color Cylindrical-coordinate representation of color #75017C: hue angle of 296.59º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75017C is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 1 | 124 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.51 |
| HSL | 296.59º | 0.98% | 0.25% | - |
| HSV(B) | 296.59º | 0.99% | 0.49% | - |
| XYZ | 10.99 | 5.26 | 19.5 | - |
| YUV | 49.71 | 169.93 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 124 | 0.06 | 0.99 | 0 | 0.51 | 296.59 | 0.98 | 0.25 |
| Hex | 75 | 1 | 7C | 6 | 63 | 0 | 33 | 129 | 62 | 19 |
| Octal | 165 | 1 | 174 | 6 | 143 | 0 | 63 | 451 | 142 | 31 |
| Binary | 1110101 | 1 | 1111100 | 110 | 1100011 | 0 | 110011 | 100101001 | 1100010 | 11001 |
Color Harmonies of #75017C
Complementary color
Monochromatic Colors of #75017C
Black with #75017C
Text Example
Text Example
White with #75017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75017C; }
p { color: rgb(117,1,124); }
H1.HeaderClassName
{
color: #75017C;
}
.AnyTagClassName
{
color: #75017C;
}
</style>
background-color css
<style>
a { background-color: #75017C; }
a { background-color: rgb(117,1,124); }
div.DivClassName
{
background-color: #75017C;
}
.BgClassName
{
background-color: #75017C;
}
</style>
border-color css
<style>
span { border-color: #75017C; }
span { border-color: rgb(117,1,124); }
td.TdClassName
{
border-color: #75017C;
}
.TagClassName
{
border-color: #75017C;
}
</style>