Html Css Color HEX #704081 Affair

📋 copy color: '#704081'

red 112 ◦ green 64 ◦ blue 129

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

Shades of Affair #704081

Tints of Affair #704081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.98%

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

R = 36.72%
G = 20.98%
B = 42.3%

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

#704081 (or 0x704081) is known color: Affair. HEX triplet: 70, 40 and 81. RGB value is (112,64,129). Sum of RGB (Red+Green+Blue) = 112+64+129=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #704081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704081 is #8FBF7E. Grayscale: #555555. Windows color (decimal): -9420671 or 8470640. OLE color: 8470640.

HSL color Cylindrical-coordinate representation of color #704081: hue angle of 284.31º degrees, saturation: 0.34, 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 #704081 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 64 129 -
CMYK 0.13 0.50 0 0.49
HSL 284.31º 0.34% 0.38% -
HSV(B) 284.31º 0.5% 0.51% -
XYZ 12.48 8.7 21.79 -
YUV 85.76 152.4 146.71 -
System Red Green Blue C M Y K H S L
Decimal 112 64 129 0.13 0.50 0 0.49 284.31 0.34 0.38
Hex 70 40 81 D 32 0 31 11C 22 26
Octal 160 100 201 15 62 0 61 434 42 46
Binary 1110000 1000000 10000001 1101 110010 0 110001 100011100 100010 100110

Color Harmonies of #704081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704081

Black with #704081

Text Example


Text Example

White with #704081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704081; }

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

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

background-color css

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

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

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

border-color css

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

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

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