Html Css Color HEX #784886 Affair

📋 copy color: '#784886'

red 120 ◦ green 72 ◦ blue 134

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

Shades of Affair #784886

Tints of Affair #784886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.1%

R = 36.81%
G = 22.09%
B = 41.1%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#784886 (or 0x784886) is known color: Affair. HEX triplet: 78, 48 and 86. RGB value is (120,72,134). Sum of RGB (Red+Green+Blue) = 120+72+134=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #784886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784886 is #87B779. Grayscale: #5D5D5D. Windows color (decimal): -8894330 or 8800376. OLE color: 8800376.

HSL color Cylindrical-coordinate representation of color #784886: hue angle of 286.45º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784886 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 72 134 -
CMYK 0.10 0.46 0 0.47
HSL 286.45º 0.3% 0.4% -
HSV(B) 286.45º 0.46% 0.53% -
XYZ 14.37 10.35 23.79 -
YUV 93.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 120 72 134 0.10 0.46 0 0.47 286.45 0.3 0.4
Hex 78 48 86 A 2E 0 2F 11E 1E 28
Octal 170 110 206 12 56 0 57 436 36 50
Binary 1111000 1001000 10000110 1010 101110 0 101111 100011110 11110 101000

Color Harmonies of #784886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784886

Black with #784886

Text Example


Text Example

White with #784886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784886; }

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

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

background-color css

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

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

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

border-color css

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

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

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