Html Css Color HEX #745586 Affair

📋 copy color: '#745586'

red 116 ◦ green 85 ◦ blue 134

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

Shades of Affair #745586

Tints of Affair #745586

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.37%

 BLUE value IS 134 (52.73% from 255) = 40%

R = 34.63%
G = 25.37%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#745586 (or 0x745586) is known color: Affair. HEX triplet: 74, 55 and 86. RGB value is (116,85,134). Sum of RGB (Red+Green+Blue) = 116+85+134=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #745586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745586 is #8BAA79. Grayscale: #636363. Windows color (decimal): -9153146 or 8803700. OLE color: 8803700.

HSL color Cylindrical-coordinate representation of color #745586: hue angle of 277.96º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #745586 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 85 134 -
CMYK 0.13 0.37 0 0.47
HSL 277.96º 0.22% 0.43% -
HSV(B) 277.96º 0.37% 0.53% -
XYZ 14.75 11.93 24.08 -
YUV 99.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 116 85 134 0.13 0.37 0 0.47 277.96 0.22 0.43
Hex 74 55 86 D 25 0 2F 116 16 2B
Octal 164 125 206 15 45 0 57 426 26 53
Binary 1110100 1010101 10000110 1101 100101 0 101111 100010110 10110 101011

Color Harmonies of #745586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745586

Black with #745586

Text Example


Text Example

White with #745586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745586; }

 p { color: rgb(116,85,134); }

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

background-color css

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

 a { background-color: rgb(116,85,134); }

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

border-color css

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

 span { border-color: rgb(116,85,134); }

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