Html Css Color HEX #784D91 Affair

📋 copy color: '#784D91'

red 120 ◦ green 77 ◦ blue 145

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

Shades of Affair #784D91

Tints of Affair #784D91

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.51%

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 35.09%
G = 22.51%
B = 42.4%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#784D91 (or 0x784D91) is known color: Affair. HEX triplet: 78, 4D and 91. RGB value is (120,77,145). Sum of RGB (Red+Green+Blue) = 120+77+145=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #784D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784D91 is #87B26E. Grayscale: #616161. Windows color (decimal): -8893039 or 9522552. OLE color: 9522552.

HSL color Cylindrical-coordinate representation of color #784D91: hue angle of 277.94º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784D91 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 77 145 -
CMYK 0.17 0.47 0 0.43
HSL 277.94º 0.31% 0.44% -
HSV(B) 277.94º 0.47% 0.57% -
XYZ 15.51 11.35 28.16 -
YUV 97.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 120 77 145 0.17 0.47 0 0.43 277.94 0.31 0.44
Hex 78 4D 91 11 2F 0 2B 116 1F 2C
Octal 170 115 221 21 57 0 53 426 37 54
Binary 1111000 1001101 10010001 10001 101111 0 101011 100010110 11111 101100

Color Harmonies of #784D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784D91

Black with #784D91

Text Example


Text Example

White with #784D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,77,145); }

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

background-color css

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

 a { background-color: rgb(120,77,145); }

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

border-color css

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

 span { border-color: rgb(120,77,145); }

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