Html Css Color HEX #744492 Affair

📋 copy color: '#744492'

red 116 ◦ green 68 ◦ blue 146

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

Shades of Affair #744492

Tints of Affair #744492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.61%

 BLUE value IS 146 (57.42% from 255) = 44.24%

R = 35.15%
G = 20.61%
B = 44.24%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#744492 (or 0x744492) is known color: Affair. HEX triplet: 74, 44 and 92. RGB value is (116,68,146). Sum of RGB (Red+Green+Blue) = 116+68+146=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #744492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744492 is #8BBB6D. Grayscale: #5A5A5A. Windows color (decimal): -9157486 or 9585780. OLE color: 9585780.

HSL color Cylindrical-coordinate representation of color #744492: hue angle of 276.92º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #744492 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 68 146 -
CMYK 0.21 0.53 0 0.43
HSL 276.92º 0.36% 0.42% -
HSV(B) 276.92º 0.53% 0.57% -
XYZ 14.46 9.92 28.35 -
YUV 91.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 116 68 146 0.21 0.53 0 0.43 276.92 0.36 0.42
Hex 74 44 92 15 35 0 2B 115 24 2A
Octal 164 104 222 25 65 0 53 425 44 52
Binary 1110100 1000100 10010010 10101 110101 0 101011 100010101 100100 101010

Color Harmonies of #744492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744492

Black with #744492

Text Example


Text Example

White with #744492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744492; }

 p { color: rgb(116,68,146); }

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

background-color css

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

 a { background-color: rgb(116,68,146); }

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

border-color css

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

 span { border-color: rgb(116,68,146); }

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