Html Css Color HEX #744690 Affair

📋 copy color: '#744690'

red 116 ◦ green 70 ◦ blue 144

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

Shades of Affair #744690

Tints of Affair #744690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.64%

R = 35.15%
G = 21.21%
B = 43.64%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#744690 (or 0x744690) is known color: Affair. HEX triplet: 74, 46 and 90. RGB value is (116,70,144). Sum of RGB (Red+Green+Blue) = 116+70+144=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #744690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744690 is #8BB96F. Grayscale: #5B5B5B. Windows color (decimal): -9156976 or 9455220. OLE color: 9455220.

HSL color Cylindrical-coordinate representation of color #744690: hue angle of 277.3º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #744690 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 70 144 -
CMYK 0.19 0.51 0 0.44
HSL 277.3º 0.35% 0.42% -
HSV(B) 277.3º 0.51% 0.56% -
XYZ 14.43 10.11 27.58 -
YUV 92.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 116 70 144 0.19 0.51 0 0.44 277.3 0.35 0.42
Hex 74 46 90 13 33 0 2C 115 23 2A
Octal 164 106 220 23 63 0 54 425 43 52
Binary 1110100 1000110 10010000 10011 110011 0 101100 100010101 100011 101010

Color Harmonies of #744690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744690

Black with #744690

Text Example


Text Example

White with #744690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744690; }

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

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

background-color css

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

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

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

border-color css

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

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

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