Html Css Color HEX #784E90 Affair

📋 copy color: '#784E90'

red 120 ◦ green 78 ◦ blue 144

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

Shades of Affair #784E90

Tints of Affair #784E90

RGB

 RED value IS 120 (47.27% from 255) = 35.09%

 GREEN value IS 78 (30.86% from 255) = 22.81%

 BLUE value IS 144 (56.64% from 255) = 42.11%

R = 35.09%
G = 22.81%
B = 42.11%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#784E90 (or 0x784E90) is known color: Affair. HEX triplet: 78, 4E and 90. RGB value is (120,78,144). Sum of RGB (Red+Green+Blue) = 120+78+144=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #784E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784E90 is #87B16F. Grayscale: #616161. Windows color (decimal): -8892784 or 9457272. OLE color: 9457272.

HSL color Cylindrical-coordinate representation of color #784E90: hue angle of 278.18º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784E90 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 78 144 -
CMYK 0.17 0.46 0 0.44
HSL 278.18º 0.3% 0.44% -
HSV(B) 278.18º 0.46% 0.56% -
XYZ 15.5 11.46 27.78 -
YUV 98.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 120 78 144 0.17 0.46 0 0.44 278.18 0.3 0.44
Hex 78 4E 90 11 2E 0 2C 116 1E 2C
Octal 170 116 220 21 56 0 54 426 36 54
Binary 1111000 1001110 10010000 10001 101110 0 101100 100010110 11110 101100

Color Harmonies of #784E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E90

Black with #784E90

Text Example


Text Example

White with #784E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784E90; }

 p { color: rgb(120,78,144); }

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

background-color css

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

 a { background-color: rgb(120,78,144); }

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

border-color css

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

 span { border-color: rgb(120,78,144); }

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