#704B7F

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

Shades of Affair #704B7F

Tints of Affair #704B7F

Color information

#704B7F (or 0x704B7F) is unknown color: approx Affair. HEX triplet: 70, 4B and 7F. RGB value is (112,75,127). Sum of RGB (Red+Green+Blue) = 112+75+127=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #704B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B7F is #8FB480. Grayscale: #5B5B5B. Windows color (decimal): -9417857 or 8342384. OLE color: 8342384.

HSL color Cylindrical-coordinate representation of color #704B7F: hue angle of 282.69º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #704B7F is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11275127-
CMYK0.120.4100.50
HSL282.69º25.74%39.61%-
HSV(B)282.69º40.94%49.8%-
XYZ13.0310.0121.32-
YUV91.99147.76142.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 127 (50% from 255) = 40.45%
R=35.67%
G=23.89%
B=40.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112751270.120.4100.50282.6925.7439.61
Hex704B7FC2903211b1a28
Octal16011317714510624333250
Binary1110000100101111111111100101001011001010001101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704B7F; }

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

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

<style>
 a { background-color: #704B7F; }

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

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

<style>
 span { border-color: #704B7F; }

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

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