Html Css Color HEX #744988 Affair

📋 copy color: '#744988'

red 116 ◦ green 73 ◦ blue 136

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

Shades of Affair #744988

Tints of Affair #744988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 35.69%
G = 22.46%
B = 41.85%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#744988 (or 0x744988) is known color: Affair. HEX triplet: 74, 49 and 88. RGB value is (116,73,136). Sum of RGB (Red+Green+Blue) = 116+73+136=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #744988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744988 is #8BB677. Grayscale: #5C5C5C. Windows color (decimal): -9156216 or 8931700. OLE color: 8931700.

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

Color convert

RGB 116 73 136 -
CMYK 0.15 0.46 0 0.47
HSL 280.95º 0.3% 0.41% -
HSV(B) 280.95º 0.46% 0.53% -
XYZ 14.03 10.26 24.53 -
YUV 93.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 116 73 136 0.15 0.46 0 0.47 280.95 0.3 0.41
Hex 74 49 88 F 2E 0 2F 119 1E 29
Octal 164 111 210 17 56 0 57 431 36 51
Binary 1110100 1001001 10001000 1111 101110 0 101111 100011001 11110 101001

Color Harmonies of #744988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744988

Black with #744988

Text Example


Text Example

White with #744988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744988; }

 p { color: rgb(116,73,136); }

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

background-color css

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

 a { background-color: rgb(116,73,136); }

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

border-color css

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

 span { border-color: rgb(116,73,136); }

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