Shades of Purple #71067C
Tints of Purple #71067C
RGB
CMYK
RGB Variations
Color information
#71067C (or 0x71067C) is known color: Purple. HEX triplet: 71, 06 and 7C. RGB value is (113,6,124). Sum of RGB (Red+Green+Blue) = 113+6+124=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #71067C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71067C is #8EF983. Grayscale: #333333. Windows color (decimal): -9369988 or 8128113. OLE color: 8128113.
HSL color Cylindrical-coordinate representation of color #71067C: hue angle of 294.41º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71067C is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 6 | 124 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.51 |
| HSL | 294.41º | 0.91% | 0.25% | - |
| HSV(B) | 294.41º | 0.95% | 0.49% | - |
| XYZ | 10.51 | 5.1 | 19.5 | - |
| YUV | 51.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 6 | 124 | 0.09 | 0.95 | 0 | 0.51 | 294.41 | 0.91 | 0.25 |
| Hex | 71 | 6 | 7C | 9 | 5F | 0 | 33 | 126 | 5B | 19 |
| Octal | 161 | 6 | 174 | 11 | 137 | 0 | 63 | 446 | 133 | 31 |
| Binary | 1110001 | 110 | 1111100 | 1001 | 1011111 | 0 | 110011 | 100100110 | 1011011 | 11001 |
Color Harmonies of #71067C
Complementary color
Monochromatic Colors of #71067C
Black with #71067C
Text Example
Text Example
White with #71067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71067C; }
p { color: rgb(113,6,124); }
H1.HeaderClassName
{
color: #71067C;
}
.AnyTagClassName
{
color: #71067C;
}
</style>
background-color css
<style>
a { background-color: #71067C; }
a { background-color: rgb(113,6,124); }
div.DivClassName
{
background-color: #71067C;
}
.BgClassName
{
background-color: #71067C;
}
</style>
border-color css
<style>
span { border-color: #71067C; }
span { border-color: rgb(113,6,124); }
td.TdClassName
{
border-color: #71067C;
}
.TagClassName
{
border-color: #71067C;
}
</style>