Html Css Color HEX #744880 Affair

📋 copy color: '#744880'

red 116 ◦ green 72 ◦ blue 128

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

Shades of Affair #744880

Tints of Affair #744880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.78%

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

R = 36.71%
G = 22.78%
B = 40.51%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#744880 (or 0x744880) is known color: Affair. HEX triplet: 74, 48 and 80. RGB value is (116,72,128). Sum of RGB (Red+Green+Blue) = 116+72+128=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 128 - color contains mainly: blue. Hex color #744880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744880 is #8BB77F. Grayscale: #5B5B5B. Windows color (decimal): -9156480 or 8407156. OLE color: 8407156.

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

Color convert

RGB 116 72 128 -
CMYK 0.09 0.44 0 0.50
HSL 287.14º 0.28% 0.39% -
HSV(B) 287.14º 0.44% 0.5% -
XYZ 13.42 9.91 21.63 -
YUV 91.54 148.58 145.45 -
System Red Green Blue C M Y K H S L
Decimal 116 72 128 0.09 0.44 0 0.50 287.14 0.28 0.39
Hex 74 48 80 9 2C 0 32 11F 1C 27
Octal 164 110 200 11 54 0 62 437 34 47
Binary 1110100 1001000 10000000 1001 101100 0 110010 100011111 11100 100111

Color Harmonies of #744880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744880

Black with #744880

Text Example


Text Example

White with #744880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744880; }

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

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

background-color css

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

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

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

border-color css

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

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

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