Html Css Color HEX #745682 Affair

📋 copy color: '#745682'

red 116 ◦ green 86 ◦ blue 130

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

Shades of Affair #745682

Tints of Affair #745682

RGB

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

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

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

R = 34.94%
G = 25.9%
B = 39.16%

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

#745682 (or 0x745682) is known color: Affair. HEX triplet: 74, 56 and 82. RGB value is (116,86,130). Sum of RGB (Red+Green+Blue) = 116+86+130=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #745682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745682 is #8BA97D. Grayscale: #636363. Windows color (decimal): -9152894 or 8541812. OLE color: 8541812.

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

Color convert

RGB 116 86 130 -
CMYK 0.11 0.34 0 0.49
HSL 280.91º 0.2% 0.42% -
HSV(B) 280.91º 0.34% 0.51% -
XYZ 14.56 11.98 22.66 -
YUV 99.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 116 86 130 0.11 0.34 0 0.49 280.91 0.2 0.42
Hex 74 56 82 B 22 0 31 119 14 2A
Octal 164 126 202 13 42 0 61 431 24 52
Binary 1110100 1010110 10000010 1011 100010 0 110001 100011001 10100 101010

Color Harmonies of #745682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745682

Black with #745682

Text Example


Text Example

White with #745682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745682; }

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

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

background-color css

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

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

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

border-color css

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

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

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