Html Css Color HEX #794889 Affair

📋 copy color: '#794889'

red 121 ◦ green 72 ◦ blue 137

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

Shades of Affair #794889

Tints of Affair #794889

RGB

 RED value IS 121 (47.66% from 255) = 36.67%

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

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

R = 36.67%
G = 21.82%
B = 41.52%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#794889 (or 0x794889) is known color: Affair. HEX triplet: 79, 48 and 89. RGB value is (121,72,137). Sum of RGB (Red+Green+Blue) = 121+72+137=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #794889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794889 is #86B776. Grayscale: #5D5D5D. Windows color (decimal): -8828791 or 8996985. OLE color: 8996985.

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

Color convert

RGB 121 72 137 -
CMYK 0.12 0.47 0 0.46
HSL 285.23º 0.31% 0.41% -
HSV(B) 285.23º 0.47% 0.54% -
XYZ 14.72 10.51 24.92 -
YUV 94.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 121 72 137 0.12 0.47 0 0.46 285.23 0.31 0.41
Hex 79 48 89 C 2F 0 2E 11D 1F 29
Octal 171 110 211 14 57 0 56 435 37 51
Binary 1111001 1001000 10001001 1100 101111 0 101110 100011101 11111 101001

Color Harmonies of #794889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794889

Black with #794889

Text Example


Text Example

White with #794889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794889; }

 p { color: rgb(121,72,137); }

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

background-color css

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

 a { background-color: rgb(121,72,137); }

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

border-color css

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

 span { border-color: rgb(121,72,137); }

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