Shades of Affair #71527B
Tints of Affair #71527B
RGB
CMYK
RGB Variations
Color information
#71527B (or 0x71527B) is known color: Affair. HEX triplet: 71, 52 and 7B. RGB value is (113,82,123). Sum of RGB (Red+Green+Blue) = 113+82+123=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #71527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71527B is #8EAD84. Grayscale: #5F5F5F. Windows color (decimal): -9350533 or 8082033. OLE color: 8082033.
HSL color Cylindrical-coordinate representation of color #71527B: hue angle of 285.37º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71527B is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 82 | 123 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.52 |
| HSL | 285.37º | 0.2% | 0.4% | - |
| HSV(B) | 285.37º | 0.33% | 0.48% | - |
| XYZ | 13.4 | 10.98 | 20.15 | - |
| YUV | 95.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 123 | 0.08 | 0.33 | 0 | 0.52 | 285.37 | 0.2 | 0.4 |
| Hex | 71 | 52 | 7B | 8 | 21 | 0 | 34 | 11D | 14 | 28 |
| Octal | 161 | 122 | 173 | 10 | 41 | 0 | 64 | 435 | 24 | 50 |
| Binary | 1110001 | 1010010 | 1111011 | 1000 | 100001 | 0 | 110100 | 100011101 | 10100 | 101000 |
Color Harmonies of #71527B
Complementary color
Monochromatic Colors of #71527B
Black with #71527B
Text Example
Text Example
White with #71527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71527B; }
p { color: rgb(113,82,123); }
H1.HeaderClassName
{
color: #71527B;
}
.AnyTagClassName
{
color: #71527B;
}
</style>
background-color css
<style>
a { background-color: #71527B; }
a { background-color: rgb(113,82,123); }
div.DivClassName
{
background-color: #71527B;
}
.BgClassName
{
background-color: #71527B;
}
</style>
border-color css
<style>
span { border-color: #71527B; }
span { border-color: rgb(113,82,123); }
td.TdClassName
{
border-color: #71527B;
}
.TagClassName
{
border-color: #71527B;
}
</style>