Html Css Color HEX #785993 Affair

📋 copy color: '#785993'

red 120 ◦ green 89 ◦ blue 147

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

Shades of Affair #785993

Tints of Affair #785993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25%

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

R = 33.71%
G = 25%
B = 41.29%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#785993 (or 0x785993) is known color: Affair. HEX triplet: 78, 59 and 93. RGB value is (120,89,147). Sum of RGB (Red+Green+Blue) = 120+89+147=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #785993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785993 is #87A66C. Grayscale: #686868. Windows color (decimal): -8889965 or 9656696. OLE color: 9656696.

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

Color convert

RGB 120 89 147 -
CMYK 0.18 0.39 0 0.42
HSL 272.07º 0.25% 0.46% -
HSV(B) 272.07º 0.39% 0.58% -
XYZ 16.58 13.24 29.29 -
YUV 104.88 151.77 138.78 -
System Red Green Blue C M Y K H S L
Decimal 120 89 147 0.18 0.39 0 0.42 272.07 0.25 0.46
Hex 78 59 93 12 27 0 2A 110 19 2E
Octal 170 131 223 22 47 0 52 420 31 56
Binary 1111000 1011001 10010011 10010 100111 0 101010 100010000 11001 101110

Color Harmonies of #785993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785993

Black with #785993

Text Example


Text Example

White with #785993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785993; }

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

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

background-color css

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

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

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

border-color css

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

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

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