#70448E

Color #70448E Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #70448E

Tints of Affair #70448E

Color information

#70448E (or 0x70448E) is unknown color: approx Affair. HEX triplet: 70, 44 and 8E. RGB value is (112,68,142). Sum of RGB (Red+Green+Blue) = 112+68+142=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #70448E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70448E is #8FBB71. Grayscale: #595959. Windows color (decimal): -9419634 or 9323632. OLE color: 9323632.

HSL color Cylindrical-coordinate representation of color #70448E: hue angle of 275.68º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70448E is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11268142-
CMYK0.210.5200.44
HSL275.68º35.24%41.18%-
HSV(B)275.68º52.11%55.69%-
XYZ13.639.5326.71-
YUV89.59157.58143.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=34.78%
G=21.12%
B=44.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112681420.210.5200.44275.6835.2441.18
Hex70448E153402C1142329
Octal16010421625640544244351
Binary1110000100010010001110101011101000101100100010100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70448E; }

 p { color: rgb(112,68,142); }

 H1.HeaderClassName
 {
   color: #70448E;
 }
 .AnyTagClassName
 {
   color: #70448E;
 }
</style>
background-color css

<style>
 a { background-color: #70448E; }

 a { background-color: rgb(112,68,142); }

 div.DivClassName
 {
   background-color: #70448E;
 }
 .BgClassName
 {
   background-color: #70448E;
 }
</style>
border-color css

<style>
 span { border-color: #70448E; }

 span { border-color: rgb(112,68,142); }

 td.TdClassName
 {
   border-color: #70448E;
 }
 .TagClassName
 {
   border-color: #70448E;
 }
</style>