Html Css Color HEX #744292 Affair

📋 copy color: '#744292'

red 116 ◦ green 66 ◦ blue 146

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

Shades of Affair #744292

Tints of Affair #744292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.12%

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

R = 35.37%
G = 20.12%
B = 44.51%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#744292 (or 0x744292) is known color: Affair. HEX triplet: 74, 42 and 92. RGB value is (116,66,146). Sum of RGB (Red+Green+Blue) = 116+66+146=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #744292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744292 is #8BBD6D. Grayscale: #595959. Windows color (decimal): -9157998 or 9585268. OLE color: 9585268.

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

Color convert

RGB 116 66 146 -
CMYK 0.21 0.55 0 0.43
HSL 277.5º 0.38% 0.42% -
HSV(B) 277.5º 0.55% 0.57% -
XYZ 14.34 9.68 28.31 -
YUV 90.07 159.57 146.5 -
System Red Green Blue C M Y K H S L
Decimal 116 66 146 0.21 0.55 0 0.43 277.5 0.38 0.42
Hex 74 42 92 15 37 0 2B 116 26 2A
Octal 164 102 222 25 67 0 53 426 46 52
Binary 1110100 1000010 10010010 10101 110111 0 101011 100010110 100110 101010

Color Harmonies of #744292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744292

Black with #744292

Text Example


Text Example

White with #744292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744292; }

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

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

background-color css

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

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

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

border-color css

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

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

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