Html Css Color HEX #744689 Affair

📋 copy color: '#744689'

red 116 ◦ green 70 ◦ blue 137

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

Shades of Affair #744689

Tints of Affair #744689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 35.91%
G = 21.67%
B = 42.41%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#744689 (or 0x744689) is known color: Affair. HEX triplet: 74, 46 and 89. RGB value is (116,70,137). Sum of RGB (Red+Green+Blue) = 116+70+137=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #744689 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744689 is #8BB976. Grayscale: #5B5B5B. Windows color (decimal): -9156983 or 8996468. OLE color: 8996468.

HSL color Cylindrical-coordinate representation of color #744689: hue angle of 281.19º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #744689 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 70 137 -
CMYK 0.15 0.49 0 0.46
HSL 281.19º 0.32% 0.41% -
HSV(B) 281.19º 0.49% 0.54% -
XYZ 13.91 9.9 24.84 -
YUV 91.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 116 70 137 0.15 0.49 0 0.46 281.19 0.32 0.41
Hex 74 46 89 F 31 0 2E 119 20 29
Octal 164 106 211 17 61 0 56 431 40 51
Binary 1110100 1000110 10001001 1111 110001 0 101110 100011001 100000 101001

Color Harmonies of #744689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744689

Black with #744689

Text Example


Text Example

White with #744689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744689; }

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

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

background-color css

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

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

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

border-color css

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

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

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