Shades of Affair #71438C
Tints of Affair #71438C
RGB
CMYK
RGB Variations
Color information
#71438C (or 0x71438C) is known color: Affair. HEX triplet: 71, 43 and 8C. RGB value is (113,67,140). Sum of RGB (Red+Green+Blue) = 113+67+140=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #71438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71438C is #8EBC73. Grayscale: #585858. Windows color (decimal): -9354356 or 9192305. OLE color: 9192305.
HSL color Cylindrical-coordinate representation of color #71438C: hue angle of 277.81º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71438C is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 67 | 140 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.45 |
| HSL | 277.81º | 0.35% | 0.41% | - |
| HSV(B) | 277.81º | 0.52% | 0.55% | - |
| XYZ | 13.55 | 9.42 | 25.91 | - |
| YUV | 89.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 140 | 0.19 | 0.52 | 0 | 0.45 | 277.81 | 0.35 | 0.41 |
| Hex | 71 | 43 | 8C | 13 | 34 | 0 | 2D | 116 | 23 | 29 |
| Octal | 161 | 103 | 214 | 23 | 64 | 0 | 55 | 426 | 43 | 51 |
| Binary | 1110001 | 1000011 | 10001100 | 10011 | 110100 | 0 | 101101 | 100010110 | 100011 | 101001 |
Color Harmonies of #71438C
Complementary color
Monochromatic Colors of #71438C
Black with #71438C
Text Example
Text Example
White with #71438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71438C; }
p { color: rgb(113,67,140); }
H1.HeaderClassName
{
color: #71438C;
}
.AnyTagClassName
{
color: #71438C;
}
</style>
background-color css
<style>
a { background-color: #71438C; }
a { background-color: rgb(113,67,140); }
div.DivClassName
{
background-color: #71438C;
}
.BgClassName
{
background-color: #71438C;
}
</style>
border-color css
<style>
span { border-color: #71438C; }
span { border-color: rgb(113,67,140); }
td.TdClassName
{
border-color: #71438C;
}
.TagClassName
{
border-color: #71438C;
}
</style>