Shades of Purple #71027B
Tints of Purple #71027B
RGB
CMYK
RGB Variations
Color information
#71027B (or 0x71027B) is known color: Purple. HEX triplet: 71, 02 and 7B. RGB value is (113,2,123). Sum of RGB (Red+Green+Blue) = 113+2+123=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #71027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71027B is #8EFD84. Grayscale: #303030. Windows color (decimal): -9371013 or 8061553. OLE color: 8061553.
HSL color Cylindrical-coordinate representation of color #71027B: hue angle of 295.04º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71027B is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 2 | 123 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.52 |
| HSL | 295.04º | 0.97% | 0.25% | - |
| HSV(B) | 295.04º | 0.98% | 0.48% | - |
| XYZ | 10.41 | 4.98 | 19.15 | - |
| YUV | 48.98 | 169.77 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 123 | 0.08 | 0.98 | 0 | 0.52 | 295.04 | 0.97 | 0.25 |
| Hex | 71 | 2 | 7B | 8 | 62 | 0 | 34 | 127 | 61 | 19 |
| Octal | 161 | 2 | 173 | 10 | 142 | 0 | 64 | 447 | 141 | 31 |
| Binary | 1110001 | 10 | 1111011 | 1000 | 1100010 | 0 | 110100 | 100100111 | 1100001 | 11001 |
Color Harmonies of #71027B
Complementary color
Monochromatic Colors of #71027B
Black with #71027B
Text Example
Text Example
White with #71027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71027B; }
p { color: rgb(113,2,123); }
H1.HeaderClassName
{
color: #71027B;
}
.AnyTagClassName
{
color: #71027B;
}
</style>
background-color css
<style>
a { background-color: #71027B; }
a { background-color: rgb(113,2,123); }
div.DivClassName
{
background-color: #71027B;
}
.BgClassName
{
background-color: #71027B;
}
</style>
border-color css
<style>
span { border-color: #71027B; }
span { border-color: rgb(113,2,123); }
td.TdClassName
{
border-color: #71027B;
}
.TagClassName
{
border-color: #71027B;
}
</style>