Html Css Color HEX #704C90 Affair

📋 copy color: '#704C90'

red 112 ◦ green 76 ◦ blue 144

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

Shades of Affair #704C90

Tints of Affair #704C90

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.89%

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

R = 33.73%
G = 22.89%
B = 43.37%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#704C90 (or 0x704C90) is known color: Affair. HEX triplet: 70, 4C and 90. RGB value is (112,76,144). Sum of RGB (Red+Green+Blue) = 112+76+144=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #704C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704C90 is #8FB36F. Grayscale: #5E5E5E. Windows color (decimal): -9417584 or 9456752. OLE color: 9456752.

HSL color Cylindrical-coordinate representation of color #704C90: hue angle of 271.76º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #704C90 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 76 144 -
CMYK 0.22 0.47 0 0.44
HSL 271.76º 0.31% 0.43% -
HSV(B) 271.76º 0.47% 0.56% -
XYZ 14.3 10.63 27.68 -
YUV 94.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 112 76 144 0.22 0.47 0 0.44 271.76 0.31 0.43
Hex 70 4C 90 16 2F 0 2C 110 1F 2B
Octal 160 114 220 26 57 0 54 420 37 53
Binary 1110000 1001100 10010000 10110 101111 0 101100 100010000 11111 101011

Color Harmonies of #704C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C90

Black with #704C90

Text Example


Text Example

White with #704C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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