Html Css Color HEX #744291 Affair

📋 copy color: '#744291'

red 116 ◦ green 66 ◦ blue 145

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

Shades of Affair #744291

Tints of Affair #744291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 35.47%
G = 20.18%
B = 44.34%

CMYK

 C value IS 0.2

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#744291 (or 0x744291) is known color: Affair. HEX triplet: 74, 42 and 91. RGB value is (116,66,145). Sum of RGB (Red+Green+Blue) = 116+66+145=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #744291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744291 is #8BBD6E. Grayscale: #595959. Windows color (decimal): -9157999 or 9519732. OLE color: 9519732.

HSL color Cylindrical-coordinate representation of color #744291: hue angle of 277.97º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #744291 is Cyan = 0.2, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 66 145 -
CMYK 0.2 0.54 0 0.43
HSL 277.97º 0.37% 0.41% -
HSV(B) 277.97º 0.54% 0.57% -
XYZ 14.26 9.65 27.9 -
YUV 89.96 159.07 146.58 -
System Red Green Blue C M Y K H S L
Decimal 116 66 145 0.2 0.54 0 0.43 277.97 0.37 0.41
Hex 74 42 91 14 36 0 2B 116 25 29
Octal 164 102 221 24 66 0 53 426 45 51
Binary 1110100 1000010 10010001 10100 110110 0 101011 100010110 100101 101001

Color Harmonies of #744291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744291

Black with #744291

Text Example


Text Example

White with #744291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744291; }

 p { color: rgb(116,66,145); }

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

background-color css

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

 a { background-color: rgb(116,66,145); }

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

border-color css

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

 span { border-color: rgb(116,66,145); }

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