Html Css Color HEX #784F90 Affair

📋 copy color: '#784F90'

red 120 ◦ green 79 ◦ blue 144

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

Shades of Affair #784F90

Tints of Affair #784F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.03%

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

R = 34.99%
G = 23.03%
B = 41.98%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#784F90 (or 0x784F90) is known color: Affair. HEX triplet: 78, 4F and 90. RGB value is (120,79,144). Sum of RGB (Red+Green+Blue) = 120+79+144=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #784F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784F90 is #87B06F. Grayscale: #626262. Windows color (decimal): -8892528 or 9457528. OLE color: 9457528.

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

Color convert

RGB 120 79 144 -
CMYK 0.17 0.45 0 0.44
HSL 277.85º 0.29% 0.44% -
HSV(B) 277.85º 0.45% 0.56% -
XYZ 15.58 11.6 27.8 -
YUV 98.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 120 79 144 0.17 0.45 0 0.44 277.85 0.29 0.44
Hex 78 4F 90 11 2D 0 2C 116 1D 2C
Octal 170 117 220 21 55 0 54 426 35 54
Binary 1111000 1001111 10010000 10001 101101 0 101100 100010110 11101 101100

Color Harmonies of #784F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784F90

Black with #784F90

Text Example


Text Example

White with #784F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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