Html Css Color HEX #744E82 Affair

📋 copy color: '#744E82'

red 116 ◦ green 78 ◦ blue 130

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

Shades of Affair #744E82

Tints of Affair #744E82

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.07%

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

R = 35.8%
G = 24.07%
B = 40.12%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#744E82 (or 0x744E82) is known color: Affair. HEX triplet: 74, 4E and 82. RGB value is (116,78,130). Sum of RGB (Red+Green+Blue) = 116+78+130=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #744E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744E82 is #8BB17D. Grayscale: #5F5F5F. Windows color (decimal): -9154942 or 8539764. OLE color: 8539764.

HSL color Cylindrical-coordinate representation of color #744E82: hue angle of 283.85º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #744E82 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 78 130 -
CMYK 0.11 0.40 0 0.49
HSL 283.85º 0.25% 0.41% -
HSV(B) 283.85º 0.4% 0.51% -
XYZ 13.96 10.77 22.46 -
YUV 95.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 116 78 130 0.11 0.40 0 0.49 283.85 0.25 0.41
Hex 74 4E 82 B 28 0 31 11C 19 29
Octal 164 116 202 13 50 0 61 434 31 51
Binary 1110100 1001110 10000010 1011 101000 0 110001 100011100 11001 101001

Color Harmonies of #744E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E82

Black with #744E82

Text Example


Text Example

White with #744E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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