Html Css Color HEX #784894 Affair

📋 copy color: '#784894'

red 120 ◦ green 72 ◦ blue 148

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

Shades of Affair #784894

Tints of Affair #784894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.53%

R = 35.29%
G = 21.18%
B = 43.53%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#784894 (or 0x784894) is known color: Affair. HEX triplet: 78, 48 and 94. RGB value is (120,72,148). Sum of RGB (Red+Green+Blue) = 120+72+148=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 148 - color contains mainly: blue. Hex color #784894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784894 is #87B76B. Grayscale: #5E5E5E. Windows color (decimal): -8894316 or 9717880. OLE color: 9717880.

HSL color Cylindrical-coordinate representation of color #784894: hue angle of 277.89º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #784894 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 72 148 -
CMYK 0.19 0.51 0 0.42
HSL 277.89º 0.35% 0.43% -
HSV(B) 277.89º 0.51% 0.58% -
XYZ 15.41 10.77 29.28 -
YUV 95.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 120 72 148 0.19 0.51 0 0.42 277.89 0.35 0.43
Hex 78 48 94 13 33 0 2A 116 23 2B
Octal 170 110 224 23 63 0 52 426 43 53
Binary 1111000 1001000 10010100 10011 110011 0 101010 100010110 100011 101011

Color Harmonies of #784894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784894

Black with #784894

Text Example


Text Example

White with #784894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784894; }

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

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

background-color css

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

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

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

border-color css

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

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

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