Html Css Color HEX #705684 Affair

📋 copy color: '#705684'

red 112 ◦ green 86 ◦ blue 132

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

Shades of Affair #705684

Tints of Affair #705684

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.06%

 BLUE value IS 132 (51.95% from 255) = 40%

R = 33.94%
G = 26.06%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#705684 (or 0x705684) is known color: Affair. HEX triplet: 70, 56 and 84. RGB value is (112,86,132). Sum of RGB (Red+Green+Blue) = 112+86+132=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #705684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705684 is #8FA97B. Grayscale: #626262. Windows color (decimal): -9415036 or 8672880. OLE color: 8672880.

HSL color Cylindrical-coordinate representation of color #705684: hue angle of 273.91º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #705684 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 86 132 -
CMYK 0.15 0.35 0 0.48
HSL 273.91º 0.21% 0.43% -
HSV(B) 273.91º 0.35% 0.52% -
XYZ 14.17 11.77 23.35 -
YUV 99.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 112 86 132 0.15 0.35 0 0.48 273.91 0.21 0.43
Hex 70 56 84 F 23 0 30 112 15 2B
Octal 160 126 204 17 43 0 60 422 25 53
Binary 1110000 1010110 10000100 1111 100011 0 110000 100010010 10101 101011

Color Harmonies of #705684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705684

Black with #705684

Text Example


Text Example

White with #705684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705684; }

 p { color: rgb(112,86,132); }

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

background-color css

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

 a { background-color: rgb(112,86,132); }

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

border-color css

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

 span { border-color: rgb(112,86,132); }

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