Html Css Color HEX #704482 Affair

📋 copy color: '#704482'

red 112 ◦ green 68 ◦ blue 130

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

Shades of Affair #704482

Tints of Affair #704482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.94%

 BLUE value IS 130 (51.17% from 255) = 41.94%

R = 36.13%
G = 21.94%
B = 41.94%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#704482 (or 0x704482) is known color: Affair. HEX triplet: 70, 44 and 82. RGB value is (112,68,130). Sum of RGB (Red+Green+Blue) = 112+68+130=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #704482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704482 is #8FBB7D. Grayscale: #585858. Windows color (decimal): -9419646 or 8537200. OLE color: 8537200.

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

Color convert

RGB 112 68 130 -
CMYK 0.14 0.48 0 0.49
HSL 282.58º 0.31% 0.39% -
HSV(B) 282.58º 0.48% 0.51% -
XYZ 12.78 9.19 22.22 -
YUV 88.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 112 68 130 0.14 0.48 0 0.49 282.58 0.31 0.39
Hex 70 44 82 E 30 0 31 11B 1F 27
Octal 160 104 202 16 60 0 61 433 37 47
Binary 1110000 1000100 10000010 1110 110000 0 110001 100011011 11111 100111

Color Harmonies of #704482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704482

Black with #704482

Text Example


Text Example

White with #704482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704482; }

 p { color: rgb(112,68,130); }

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

background-color css

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

 a { background-color: rgb(112,68,130); }

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

border-color css

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

 span { border-color: rgb(112,68,130); }

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