Html Css Color HEX #704580 Affair

📋 copy color: '#704580'

red 112 ◦ green 69 ◦ blue 128

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

Shades of Affair #704580

Tints of Affair #704580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.33%

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 36.25%
G = 22.33%
B = 41.42%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#704580 (or 0x704580) is known color: Affair. HEX triplet: 70, 45 and 80. RGB value is (112,69,128). Sum of RGB (Red+Green+Blue) = 112+69+128=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #704580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704580 is #8FBA7F. Grayscale: #585858. Windows color (decimal): -9419392 or 8406384. OLE color: 8406384.

HSL color Cylindrical-coordinate representation of color #704580: hue angle of 283.73º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #704580 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 69 128 -
CMYK 0.12 0.46 0 0.50
HSL 283.73º 0.3% 0.39% -
HSV(B) 283.73º 0.46% 0.5% -
XYZ 12.71 9.26 21.54 -
YUV 88.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 112 69 128 0.12 0.46 0 0.50 283.73 0.3 0.39
Hex 70 45 80 C 2E 0 32 11C 1E 27
Octal 160 105 200 14 56 0 62 434 36 47
Binary 1110000 1000101 10000000 1100 101110 0 110010 100011100 11110 100111

Color Harmonies of #704580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704580

Black with #704580

Text Example


Text Example

White with #704580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704580; }

 p { color: rgb(112,69,128); }

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

background-color css

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

 a { background-color: rgb(112,69,128); }

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

border-color css

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

 span { border-color: rgb(112,69,128); }

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