Html Css Color HEX #704382 Affair

📋 copy color: '#704382'

red 112 ◦ green 67 ◦ blue 130

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

Shades of Affair #704382

Tints of Affair #704382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.68%

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

R = 36.25%
G = 21.68%
B = 42.07%

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

#704382 (or 0x704382) is known color: Affair. HEX triplet: 70, 43 and 82. RGB value is (112,67,130). Sum of RGB (Red+Green+Blue) = 112+67+130=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #704382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704382 is #8FBC7D. Grayscale: #575757. Windows color (decimal): -9419902 or 8536944. OLE color: 8536944.

HSL color Cylindrical-coordinate representation of color #704382: hue angle of 282.86º degrees, saturation: 0.32, 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 #704382 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 67 130 -
CMYK 0.14 0.48 0 0.49
HSL 282.86º 0.32% 0.39% -
HSV(B) 282.86º 0.48% 0.51% -
XYZ 12.72 9.07 22.2 -
YUV 87.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 112 67 130 0.14 0.48 0 0.49 282.86 0.32 0.39
Hex 70 43 82 E 30 0 31 11B 20 27
Octal 160 103 202 16 60 0 61 433 40 47
Binary 1110000 1000011 10000010 1110 110000 0 110001 100011011 100000 100111

Color Harmonies of #704382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704382

Black with #704382

Text Example


Text Example

White with #704382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704382; }

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

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

background-color css

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

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

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

border-color css

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

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

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