Html Css Color HEX #704190 Affair

📋 copy color: '#704190'

red 112 ◦ green 65 ◦ blue 144

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

Shades of Affair #704190

Tints of Affair #704190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.25%

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

R = 34.89%
G = 20.25%
B = 44.86%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#704190 (or 0x704190) is known color: Affair. HEX triplet: 70, 41 and 90. RGB value is (112,65,144). Sum of RGB (Red+Green+Blue) = 112+65+144=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #704190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704190 is #8FBE6F. Grayscale: #575757. Windows color (decimal): -9420400 or 9453936. OLE color: 9453936.

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

Color convert

RGB 112 65 144 -
CMYK 0.22 0.55 0 0.44
HSL 275.7º 0.38% 0.41% -
HSV(B) 275.7º 0.55% 0.56% -
XYZ 13.61 9.24 27.45 -
YUV 88.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 112 65 144 0.22 0.55 0 0.44 275.7 0.38 0.41
Hex 70 41 90 16 37 0 2C 114 26 29
Octal 160 101 220 26 67 0 54 424 46 51
Binary 1110000 1000001 10010000 10110 110111 0 101100 100010100 100110 101001

Color Harmonies of #704190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704190

Black with #704190

Text Example


Text Example

White with #704190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704190; }

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

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

background-color css

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

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

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

border-color css

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

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

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