Html Css Color HEX #704490 Affair

📋 copy color: '#704490'

red 112 ◦ green 68 ◦ blue 144

#704490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #704490

Tints of Affair #704490

RGB

 RED value IS 112 (44.14% from 255) = 34.57%

 GREEN value IS 68 (26.95% from 255) = 20.99%

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 34.57%
G = 20.99%
B = 44.44%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#704490 (or 0x704490) is known color: Affair. HEX triplet: 70, 44 and 90. RGB value is (112,68,144). Sum of RGB (Red+Green+Blue) = 112+68+144=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #704490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704490 is #8FBB6F. Grayscale: #595959. Windows color (decimal): -9419632 or 9454704. OLE color: 9454704.

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

Color convert

RGB 112 68 144 -
CMYK 0.22 0.53 0 0.44
HSL 274.74º 0.36% 0.42% -
HSV(B) 274.74º 0.53% 0.56% -
XYZ 13.78 9.59 27.51 -
YUV 89.82 158.58 143.82 -
System Red Green Blue C M Y K H S L
Decimal 112 68 144 0.22 0.53 0 0.44 274.74 0.36 0.42
Hex 70 44 90 16 35 0 2C 113 24 2A
Octal 160 104 220 26 65 0 54 423 44 52
Binary 1110000 1000100 10010000 10110 110101 0 101100 100010011 100100 101010

Color Harmonies of #704490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704490

Black with #704490

Text Example


Text Example

White with #704490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704490; }

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

 H1.HeaderClassName
 {
   color: #704490;
 }
 .AnyTagClassName
 {
   color: #704490;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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