#704484

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

Shades of Affair #704484

Tints of Affair #704484

Color information

#704484 (or 0x704484) is unknown color: approx Affair. HEX triplet: 70, 44 and 84. RGB value is (112,68,132). Sum of RGB (Red+Green+Blue) = 112+68+132=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #704484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704484 is #8FBB7B. Grayscale: #585858. Windows color (decimal): -9419644 or 8668272. OLE color: 8668272.

HSL color Cylindrical-coordinate representation of color #704484: hue angle of 281.25º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #704484 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11268132-
CMYK0.150.4800.48
HSL281.25º32%39.22%-
HSV(B)281.25º48.48%51.76%-
XYZ12.919.2422.93-
YUV88.45152.58144.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 132 (51.95% from 255) = 42.31%
R=35.90%
G=21.79%
B=42.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112681320.150.4800.48281.253239.22
Hex704484F300301192027
Octal16010420417600604314047
Binary111000010001001000010011111100000110000100011001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704484; }

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

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

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

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

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

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

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

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