Html Css Color HEX #785389 Affair

📋 copy color: '#785389'

red 120 ◦ green 83 ◦ blue 137

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

Shades of Affair #785389

Tints of Affair #785389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.41%

 BLUE value IS 137 (53.91% from 255) = 40.29%

R = 35.29%
G = 24.41%
B = 40.29%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#785389 (or 0x785389) is known color: Affair. HEX triplet: 78, 53 and 89. RGB value is (120,83,137). Sum of RGB (Red+Green+Blue) = 120+83+137=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 137 - color contains mainly: blue. Hex color #785389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785389 is #87AC76. Grayscale: #646464. Windows color (decimal): -8891511 or 8999800. OLE color: 8999800.

HSL color Cylindrical-coordinate representation of color #785389: hue angle of 281.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #785389 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 83 137 -
CMYK 0.12 0.39 0 0.46
HSL 281.11º 0.25% 0.43% -
HSV(B) 281.11º 0.39% 0.54% -
XYZ 15.35 11.99 25.17 -
YUV 100.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 120 83 137 0.12 0.39 0 0.46 281.11 0.25 0.43
Hex 78 53 89 C 27 0 2E 119 19 2B
Octal 170 123 211 14 47 0 56 431 31 53
Binary 1111000 1010011 10001001 1100 100111 0 101110 100011001 11001 101011

Color Harmonies of #785389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785389

Black with #785389

Text Example


Text Example

White with #785389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785389; }

 p { color: rgb(120,83,137); }

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

background-color css

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

 a { background-color: rgb(120,83,137); }

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

border-color css

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

 span { border-color: rgb(120,83,137); }

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