Html Css Color HEX #704181 Affair

📋 copy color: '#704181'

red 112 ◦ green 65 ◦ blue 129

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

Shades of Affair #704181

Tints of Affair #704181

RGB

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

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

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

R = 36.6%
G = 21.24%
B = 42.16%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#704181 (or 0x704181) is known color: Affair. HEX triplet: 70, 41 and 81. RGB value is (112,65,129). Sum of RGB (Red+Green+Blue) = 112+65+129=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #704181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704181 is #8FBE7E. Grayscale: #565656. Windows color (decimal): -9420415 or 8470896. OLE color: 8470896.

HSL color Cylindrical-coordinate representation of color #704181: hue angle of 284.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #704181 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 65 129 -
CMYK 0.13 0.50 0 0.49
HSL 284.06º 0.33% 0.38% -
HSV(B) 284.06º 0.5% 0.51% -
XYZ 12.53 8.81 21.81 -
YUV 86.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 112 65 129 0.13 0.50 0 0.49 284.06 0.33 0.38
Hex 70 41 81 D 32 0 31 11C 21 26
Octal 160 101 201 15 62 0 61 434 41 46
Binary 1110000 1000001 10000001 1101 110010 0 110001 100011100 100001 100110

Color Harmonies of #704181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704181

Black with #704181

Text Example


Text Example

White with #704181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704181; }

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

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

background-color css

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

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

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

border-color css

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

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

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