#70487f

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

Shades of Affair #70487F

Tints of Affair #70487F

Color information

#70487F (or 0x70487F) is unknown color: approx Affair. HEX triplet: 70, 48 and 7F. RGB value is (112,72,127). Sum of RGB (Red+Green+Blue) = 112+72+127=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #70487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70487F is #8FB780. Grayscale: #5A5A5A. Windows color (decimal): -9418625 or 8341616. OLE color: 8341616.

HSL color Cylindrical-coordinate representation of color #70487F: hue angle of 283.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70487F is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11272127-
CMYK0.120.4300.50
HSL283.64º27.64%39.02%-
HSV(B)283.64º43.31%49.8%-
XYZ12.839.6121.26-
YUV90.23148.75143.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 127 (50% from 255) = 40.84%
R=36.01%
G=23.15%
B=40.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112721270.120.4300.50283.6427.6439.02
Hex70487FC2B03211c1c27
Octal16011017714530624343447
Binary1110000100100011111111100101011011001010001110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70487f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70487f; }

 p { color: rgb(112,72,127); }

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

<style>
 a { background-color: #70487f; }

 a { background-color: rgb(112,72,127); }

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

<style>
 span { border-color: #70487f; }

 span { border-color: rgb(112,72,127); }

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