Shades of Affair #70458B
Tints of Affair #70458B
RGB
CMYK
RGB Variations
Color information
#70458B (or 0x70458B) is known color: Affair. HEX triplet: 70, 45 and 8B. RGB value is (112,69,139). Sum of RGB (Red+Green+Blue) = 112+69+139=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #70458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70458B is #8FBA74. Grayscale: #595959. Windows color (decimal): -9419381 or 9127280. OLE color: 9127280.
HSL color Cylindrical-coordinate representation of color #70458B: hue angle of 276.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70458B is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 69 | 139 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.45 |
| HSL | 276.86º | 0.34% | 0.41% | - |
| HSV(B) | 276.86º | 0.5% | 0.55% | - |
| XYZ | 13.47 | 9.57 | 25.56 | - |
| YUV | 89.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 139 | 0.19 | 0.50 | 0 | 0.45 | 276.86 | 0.34 | 0.41 |
| Hex | 70 | 45 | 8B | 13 | 32 | 0 | 2D | 115 | 22 | 29 |
| Octal | 160 | 105 | 213 | 23 | 62 | 0 | 55 | 425 | 42 | 51 |
| Binary | 1110000 | 1000101 | 10001011 | 10011 | 110010 | 0 | 101101 | 100010101 | 100010 | 101001 |
Color Harmonies of #70458B
Complementary color
Monochromatic Colors of #70458B
Black with #70458B
Text Example
Text Example
White with #70458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70458B; }
p { color: rgb(112,69,139); }
H1.HeaderClassName
{
color: #70458B;
}
.AnyTagClassName
{
color: #70458B;
}
</style>
background-color css
<style>
a { background-color: #70458B; }
a { background-color: rgb(112,69,139); }
div.DivClassName
{
background-color: #70458B;
}
.BgClassName
{
background-color: #70458B;
}
</style>
border-color css
<style>
span { border-color: #70458B; }
span { border-color: rgb(112,69,139); }
td.TdClassName
{
border-color: #70458B;
}
.TagClassName
{
border-color: #70458B;
}
</style>