Html Css Color HEX #704981 Affair

📋 copy color: '#704981'

red 112 ◦ green 73 ◦ blue 129

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

Shades of Affair #704981

Tints of Affair #704981

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.25%

 BLUE value IS 129 (50.78% from 255) = 41.08%

R = 35.67%
G = 23.25%
B = 41.08%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#704981 (or 0x704981) is known color: Affair. HEX triplet: 70, 49 and 81. RGB value is (112,73,129). Sum of RGB (Red+Green+Blue) = 112+73+129=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #704981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704981 is #8FB67E. Grayscale: #5A5A5A. Windows color (decimal): -9418367 or 8472944. OLE color: 8472944.

HSL color Cylindrical-coordinate representation of color #704981: hue angle of 281.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #704981 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 73 129 -
CMYK 0.13 0.43 0 0.49
HSL 281.79º 0.28% 0.4% -
HSV(B) 281.79º 0.43% 0.51% -
XYZ 13.03 9.79 21.97 -
YUV 91.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 112 73 129 0.13 0.43 0 0.49 281.79 0.28 0.4
Hex 70 49 81 D 2B 0 31 11A 1C 28
Octal 160 111 201 15 53 0 61 432 34 50
Binary 1110000 1001001 10000001 1101 101011 0 110001 100011010 11100 101000

Color Harmonies of #704981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704981

Black with #704981

Text Example


Text Example

White with #704981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704981; }

 p { color: rgb(112,73,129); }

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

background-color css

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

 a { background-color: rgb(112,73,129); }

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

border-color css

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

 span { border-color: rgb(112,73,129); }

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