Html Css Color HEX #785380 Affair

📋 copy color: '#785380'

red 120 ◦ green 83 ◦ blue 128

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

Shades of Affair #785380

Tints of Affair #785380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.67%

R = 36.25%
G = 25.08%
B = 38.67%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#785380 (or 0x785380) is known color: Affair. HEX triplet: 78, 53 and 80. RGB value is (120,83,128). Sum of RGB (Red+Green+Blue) = 120+83+128=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 128 - color contains mainly: blue. Hex color #785380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785380 is #87AC7F. Grayscale: #636363. Windows color (decimal): -8891520 or 8409976. OLE color: 8409976.

HSL color Cylindrical-coordinate representation of color #785380: hue angle of 289.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #785380 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 83 128 -
CMYK 0.06 0.35 0 0.50
HSL 289.33º 0.21% 0.41% -
HSV(B) 289.33º 0.35% 0.5% -
XYZ 14.74 11.74 21.91 -
YUV 99.19 144.26 142.84 -
System Red Green Blue C M Y K H S L
Decimal 120 83 128 0.06 0.35 0 0.50 289.33 0.21 0.41
Hex 78 53 80 6 23 0 32 121 15 29
Octal 170 123 200 6 43 0 62 441 25 51
Binary 1111000 1010011 10000000 110 100011 0 110010 100100001 10101 101001

Color Harmonies of #785380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785380

Black with #785380

Text Example


Text Example

White with #785380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785380; }

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

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

background-color css

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

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

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

border-color css

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

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

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