Html Css Color HEX #784890 Affair

📋 copy color: '#784890'

red 120 ◦ green 72 ◦ blue 144

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

Shades of Affair #784890

Tints of Affair #784890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.43%

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

R = 35.71%
G = 21.43%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#784890 (or 0x784890) is known color: Affair. HEX triplet: 78, 48 and 90. RGB value is (120,72,144). Sum of RGB (Red+Green+Blue) = 120+72+144=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #784890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784890 is #87B76F. Grayscale: #5E5E5E. Windows color (decimal): -8894320 or 9455736. OLE color: 9455736.

HSL color Cylindrical-coordinate representation of color #784890: hue angle of 280º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #784890 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 72 144 -
CMYK 0.17 0.50 0 0.44
HSL 280º 0.33% 0.42% -
HSV(B) 280º 0.5% 0.56% -
XYZ 15.1 10.64 27.64 -
YUV 94.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 120 72 144 0.17 0.50 0 0.44 280 0.33 0.42
Hex 78 48 90 11 32 0 2C 118 21 2A
Octal 170 110 220 21 62 0 54 430 41 52
Binary 1111000 1001000 10010000 10001 110010 0 101100 100011000 100001 101010

Color Harmonies of #784890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784890

Black with #784890

Text Example


Text Example

White with #784890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784890; }

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

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

background-color css

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

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

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

border-color css

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

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

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