Shades of Purple #71008C
Tints of Purple #71008C
RGB
CMYK
RGB Variations
Color information
#71008C (or 0x71008C) is known color: Purple. HEX triplet: 71, 00 and 8C. RGB value is (113,0,140). Sum of RGB (Red+Green+Blue) = 113+0+140=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #71008C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71008C is #8EFF73. Grayscale: #313131. Windows color (decimal): -9371508 or 9175153. OLE color: 9175153.
HSL color Cylindrical-coordinate representation of color #71008C: hue angle of 288.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71008C is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 0 | 140 | - |
| CMYK | 0.19 | 1 | 0 | 0.45 |
| HSL | 288.43º | 1% | 0.27% | - |
| HSV(B) | 288.43º | 1% | 0.55% | - |
| XYZ | 11.54 | 5.4 | 25.25 | - |
| YUV | 49.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 140 | 0.19 | 1 | 0 | 0.45 | 288.43 | 1 | 0.27 |
| Hex | 71 | 0 | 8C | 13 | 64 | 0 | 2D | 120 | 64 | 1B |
| Octal | 161 | 0 | 214 | 23 | 144 | 0 | 55 | 440 | 144 | 33 |
| Binary | 1110001 | 0 | 10001100 | 10011 | 1100100 | 0 | 101101 | 100100000 | 1100100 | 11011 |
Color Harmonies of #71008C
Complementary color
Monochromatic Colors of #71008C
Black with #71008C
Text Example
Text Example
White with #71008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71008C; }
p { color: rgb(113,0,140); }
H1.HeaderClassName
{
color: #71008C;
}
.AnyTagClassName
{
color: #71008C;
}
</style>
background-color css
<style>
a { background-color: #71008C; }
a { background-color: rgb(113,0,140); }
div.DivClassName
{
background-color: #71008C;
}
.BgClassName
{
background-color: #71008C;
}
</style>
border-color css
<style>
span { border-color: #71008C; }
span { border-color: rgb(113,0,140); }
td.TdClassName
{
border-color: #71008C;
}
.TagClassName
{
border-color: #71008C;
}
</style>