Html Css Color HEX #745683 Affair

📋 copy color: '#745683'

red 116 ◦ green 86 ◦ blue 131

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

Shades of Affair #745683

Tints of Affair #745683

RGB

 RED value IS 116 (45.7% from 255) = 34.83%

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

 BLUE value IS 131 (51.56% from 255) = 39.34%

R = 34.83%
G = 25.83%
B = 39.34%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#745683 (or 0x745683) is known color: Affair. HEX triplet: 74, 56 and 83. RGB value is (116,86,131). Sum of RGB (Red+Green+Blue) = 116+86+131=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #745683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745683 is #8BA97C. Grayscale: #636363. Windows color (decimal): -9152893 or 8607348. OLE color: 8607348.

HSL color Cylindrical-coordinate representation of color #745683: hue angle of 280º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #745683 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 86 131 -
CMYK 0.11 0.34 0 0.49
HSL 280º 0.21% 0.43% -
HSV(B) 280º 0.34% 0.51% -
XYZ 14.63 12.01 23.02 -
YUV 100.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 116 86 131 0.11 0.34 0 0.49 280 0.21 0.43
Hex 74 56 83 B 22 0 31 118 15 2B
Octal 164 126 203 13 42 0 61 430 25 53
Binary 1110100 1010110 10000011 1011 100010 0 110001 100011000 10101 101011

Color Harmonies of #745683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745683

Black with #745683

Text Example


Text Example

White with #745683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745683; }

 p { color: rgb(116,86,131); }

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

background-color css

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

 a { background-color: rgb(116,86,131); }

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

border-color css

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

 span { border-color: rgb(116,86,131); }

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