Shades of Purple #71018C
Tints of Purple #71018C
RGB
CMYK
RGB Variations
Color information
#71018C (or 0x71018C) is known color: Purple. HEX triplet: 71, 01 and 8C. RGB value is (113,1,140). Sum of RGB (Red+Green+Blue) = 113+1+140=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #71018C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71018C is #8EFE73. Grayscale: #313131. Windows color (decimal): -9371252 or 9175409. OLE color: 9175409.
HSL color Cylindrical-coordinate representation of color #71018C: hue angle of 288.35º 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 #71018C is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 1 | 140 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.45 |
| HSL | 288.35º | 0.99% | 0.28% | - |
| HSV(B) | 288.35º | 0.99% | 0.55% | - |
| XYZ | 11.55 | 5.43 | 25.25 | - |
| YUV | 50.33 | 178.61 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 140 | 0.19 | 0.99 | 0 | 0.45 | 288.35 | 0.99 | 0.28 |
| Hex | 71 | 1 | 8C | 13 | 63 | 0 | 2D | 120 | 63 | 1C |
| Octal | 161 | 1 | 214 | 23 | 143 | 0 | 55 | 440 | 143 | 34 |
| Binary | 1110001 | 1 | 10001100 | 10011 | 1100011 | 0 | 101101 | 100100000 | 1100011 | 11100 |
Color Harmonies of #71018C
Complementary color
Monochromatic Colors of #71018C
Black with #71018C
Text Example
Text Example
White with #71018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71018C; }
p { color: rgb(113,1,140); }
H1.HeaderClassName
{
color: #71018C;
}
.AnyTagClassName
{
color: #71018C;
}
</style>
background-color css
<style>
a { background-color: #71018C; }
a { background-color: rgb(113,1,140); }
div.DivClassName
{
background-color: #71018C;
}
.BgClassName
{
background-color: #71018C;
}
</style>
border-color css
<style>
span { border-color: #71018C; }
span { border-color: rgb(113,1,140); }
td.TdClassName
{
border-color: #71018C;
}
.TagClassName
{
border-color: #71018C;
}
</style>