Html Css Color HEX #774392 Affair

📋 copy color: '#774392'

red 119 ◦ green 67 ◦ blue 146

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

Shades of Affair #774392

Tints of Affair #774392

RGB

 RED value IS 119 (46.88% from 255) = 35.84%

 GREEN value IS 67 (26.56% from 255) = 20.18%

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

R = 35.84%
G = 20.18%
B = 43.98%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#774392 (or 0x774392) is known color: Affair. HEX triplet: 77, 43 and 92. RGB value is (119,67,146). Sum of RGB (Red+Green+Blue) = 119+67+146=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #774392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774392 is #88BC6D. Grayscale: #5B5B5B. Windows color (decimal): -8961134 or 9585527. OLE color: 9585527.

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

Color convert

RGB 119 67 146 -
CMYK 0.18 0.54 0 0.43
HSL 279.49º 0.37% 0.42% -
HSV(B) 279.49º 0.54% 0.57% -
XYZ 14.8 10.01 28.35 -
YUV 91.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 119 67 146 0.18 0.54 0 0.43 279.49 0.37 0.42
Hex 77 43 92 12 36 0 2B 117 25 2A
Octal 167 103 222 22 66 0 53 427 45 52
Binary 1110111 1000011 10010010 10010 110110 0 101011 100010111 100101 101010

Color Harmonies of #774392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774392

Black with #774392

Text Example


Text Example

White with #774392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774392; }

 p { color: rgb(119,67,146); }

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

background-color css

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

 a { background-color: rgb(119,67,146); }

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

border-color css

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

 span { border-color: rgb(119,67,146); }

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