#704281

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

Shades of Affair #704281

Tints of Affair #704281

Color information

#704281 (or 0x704281) is unknown color: approx Affair. HEX triplet: 70, 42 and 81. RGB value is (112,66,129). Sum of RGB (Red+Green+Blue) = 112+66+129=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #704281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704281 is #8FBD7E. Grayscale: #565656. Windows color (decimal): -9420159 or 8471152. OLE color: 8471152.

HSL color Cylindrical-coordinate representation of color #704281: hue angle of 283.81º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #704281 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11266129-
CMYK0.130.4900.49
HSL283.81º32.31%38.24%-
HSV(B)283.81º48.84%50.59%-
XYZ12.598.9321.83-
YUV86.94151.74145.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.48%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 129 (50.78% from 255) = 42.02%
R=36.48%
G=21.50%
B=42.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112661290.130.4900.49283.8132.3138.24
Hex704281D3103111c2026
Octal16010220115610614344046
Binary111000010000101000000111011100010110001100011100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704281; }

 p { color: rgb(112,66,129); }

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

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

 a { background-color: rgb(112,66,129); }

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

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

 span { border-color: rgb(112,66,129); }

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