Html Css Color HEX #744680 Affair

📋 copy color: '#744680'

red 116 ◦ green 70 ◦ blue 128

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

Shades of Affair #744680

Tints of Affair #744680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.29%

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 36.94%
G = 22.29%
B = 40.76%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#744680 (or 0x744680) is known color: Affair. HEX triplet: 74, 46 and 80. RGB value is (116,70,128). Sum of RGB (Red+Green+Blue) = 116+70+128=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 128 - color contains mainly: blue. Hex color #744680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744680 is #8BB97F. Grayscale: #5A5A5A. Windows color (decimal): -9156992 or 8406644. OLE color: 8406644.

HSL color Cylindrical-coordinate representation of color #744680: hue angle of 287.59º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #744680 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 70 128 -
CMYK 0.09 0.45 0 0.50
HSL 287.59º 0.29% 0.39% -
HSV(B) 287.59º 0.45% 0.5% -
XYZ 13.29 9.65 21.58 -
YUV 90.37 149.24 146.28 -
System Red Green Blue C M Y K H S L
Decimal 116 70 128 0.09 0.45 0 0.50 287.59 0.29 0.39
Hex 74 46 80 9 2D 0 32 120 1D 27
Octal 164 106 200 11 55 0 62 440 35 47
Binary 1110100 1000110 10000000 1001 101101 0 110010 100100000 11101 100111

Color Harmonies of #744680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744680

Black with #744680

Text Example


Text Example

White with #744680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744680; }

 p { color: rgb(116,70,128); }

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

background-color css

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

 a { background-color: rgb(116,70,128); }

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

border-color css

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

 span { border-color: rgb(116,70,128); }

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