#70438F

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

Shades of Affair #70438F

Tints of Affair #70438F

Color information

#70438F (or 0x70438F) is unknown color: approx Affair. HEX triplet: 70, 43 and 8F. RGB value is (112,67,143). Sum of RGB (Red+Green+Blue) = 112+67+143=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 143 - color contains mainly: blue. Hex color #70438F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70438F is #8FBC70. Grayscale: #585858. Windows color (decimal): -9419889 or 9388912. OLE color: 9388912.

HSL color Cylindrical-coordinate representation of color #70438F: hue angle of 275.53º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70438F is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11267143-
CMYK0.220.5300.44
HSL275.53º36.19%41.18%-
HSV(B)275.53º53.15%56.08%-
XYZ13.659.4427.09-
YUV89.12158.41144.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 67 (26.56% from 255) = 20.81%
BLUE value IS 143 (56.25% from 255) = 44.41%
R=34.78%
G=20.81%
B=44.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112671430.220.5300.44275.5336.1941.18
Hex70438F163502C1142429
Octal16010321726650544244451
Binary1110000100001110001111101101101010101100100010100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70438F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70438F; }

 p { color: rgb(112,67,143); }

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

<style>
 a { background-color: #70438F; }

 a { background-color: rgb(112,67,143); }

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

<style>
 span { border-color: #70438F; }

 span { border-color: rgb(112,67,143); }

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