Html Css Color HEX #744589 Affair

📋 copy color: '#744589'

red 116 ◦ green 69 ◦ blue 137

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

Shades of Affair #744589

Tints of Affair #744589

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.43%

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

R = 36.02%
G = 21.43%
B = 42.55%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#744589 (or 0x744589) is known color: Affair. HEX triplet: 74, 45 and 89. RGB value is (116,69,137). Sum of RGB (Red+Green+Blue) = 116+69+137=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #744589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744589 is #8BBA76. Grayscale: #5A5A5A. Windows color (decimal): -9157239 or 8996212. OLE color: 8996212.

HSL color Cylindrical-coordinate representation of color #744589: hue angle of 281.47º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #744589 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 69 137 -
CMYK 0.15 0.50 0 0.46
HSL 281.47º 0.33% 0.4% -
HSV(B) 281.47º 0.5% 0.54% -
XYZ 13.85 9.78 24.82 -
YUV 90.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 116 69 137 0.15 0.50 0 0.46 281.47 0.33 0.4
Hex 74 45 89 F 32 0 2E 119 21 28
Octal 164 105 211 17 62 0 56 431 41 50
Binary 1110100 1000101 10001001 1111 110010 0 101110 100011001 100001 101000

Color Harmonies of #744589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744589

Black with #744589

Text Example


Text Example

White with #744589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744589; }

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

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

background-color css

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

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

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

border-color css

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

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

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