Html Css Color HEX #784494 Affair

📋 copy color: '#784494'

red 120 ◦ green 68 ◦ blue 148

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

Shades of Affair #784494

Tints of Affair #784494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.24%

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

R = 35.71%
G = 20.24%
B = 44.05%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#784494 (or 0x784494) is known color: Affair. HEX triplet: 78, 44 and 94. RGB value is (120,68,148). Sum of RGB (Red+Green+Blue) = 120+68+148=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #784494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784494 is #87BB6B. Grayscale: #5C5C5C. Windows color (decimal): -8895340 or 9716856. OLE color: 9716856.

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

Color convert

RGB 120 68 148 -
CMYK 0.19 0.54 0 0.42
HSL 279º 0.37% 0.42% -
HSV(B) 279º 0.54% 0.58% -
XYZ 15.16 10.27 29.2 -
YUV 92.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 120 68 148 0.19 0.54 0 0.42 279 0.37 0.42
Hex 78 44 94 13 36 0 2A 117 25 2A
Octal 170 104 224 23 66 0 52 427 45 52
Binary 1111000 1000100 10010100 10011 110110 0 101010 100010111 100101 101010

Color Harmonies of #784494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784494

Black with #784494

Text Example


Text Example

White with #784494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784494; }

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

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

background-color css

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

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

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

border-color css

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

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

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