Html Css Color HEX #785393 Affair

📋 copy color: '#785393'

red 120 ◦ green 83 ◦ blue 147

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

Shades of Affair #785393

Tints of Affair #785393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42%

R = 34.29%
G = 23.71%
B = 42%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#785393 (or 0x785393) is known color: Affair. HEX triplet: 78, 53 and 93. RGB value is (120,83,147). Sum of RGB (Red+Green+Blue) = 120+83+147=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #785393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785393 is #87AC6C. Grayscale: #656565. Windows color (decimal): -8891501 or 9655160. OLE color: 9655160.

HSL color Cylindrical-coordinate representation of color #785393: hue angle of 274.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #785393 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 83 147 -
CMYK 0.18 0.44 0 0.42
HSL 274.69º 0.28% 0.45% -
HSV(B) 274.69º 0.44% 0.58% -
XYZ 16.11 12.29 29.13 -
YUV 101.36 153.76 141.3 -
System Red Green Blue C M Y K H S L
Decimal 120 83 147 0.18 0.44 0 0.42 274.69 0.28 0.45
Hex 78 53 93 12 2C 0 2A 113 1C 2D
Octal 170 123 223 22 54 0 52 423 34 55
Binary 1111000 1010011 10010011 10010 101100 0 101010 100010011 11100 101101

Color Harmonies of #785393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785393

Black with #785393

Text Example


Text Example

White with #785393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785393; }

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

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

background-color css

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

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

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

border-color css

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

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

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