Html Css Color HEX #704881 Affair

📋 copy color: '#704881'

red 112 ◦ green 72 ◦ blue 129

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

Shades of Affair #704881

Tints of Affair #704881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23%

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

R = 35.78%
G = 23%
B = 41.21%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#704881 (or 0x704881) is known color: Affair. HEX triplet: 70, 48 and 81. RGB value is (112,72,129). Sum of RGB (Red+Green+Blue) = 112+72+129=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #704881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704881 is #8FB77E. Grayscale: #5A5A5A. Windows color (decimal): -9418623 or 8472688. OLE color: 8472688.

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

Color convert

RGB 112 72 129 -
CMYK 0.13 0.44 0 0.49
HSL 282.11º 0.28% 0.39% -
HSV(B) 282.11º 0.44% 0.51% -
XYZ 12.96 9.66 21.95 -
YUV 90.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 112 72 129 0.13 0.44 0 0.49 282.11 0.28 0.39
Hex 70 48 81 D 2C 0 31 11A 1C 27
Octal 160 110 201 15 54 0 61 432 34 47
Binary 1110000 1001000 10000001 1101 101100 0 110001 100011010 11100 100111

Color Harmonies of #704881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704881

Black with #704881

Text Example


Text Example

White with #704881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704881; }

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

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

background-color css

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

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

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

border-color css

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

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

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