Html Css Color HEX #794895 Affair

📋 copy color: '#794895'

red 121 ◦ green 72 ◦ blue 149

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

Shades of Affair #794895

Tints of Affair #794895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.57%

R = 35.38%
G = 21.05%
B = 43.57%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#794895 (or 0x794895) is known color: Affair. HEX triplet: 79, 48 and 95. RGB value is (121,72,149). Sum of RGB (Red+Green+Blue) = 121+72+149=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #794895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794895 is #86B76A. Grayscale: #5F5F5F. Windows color (decimal): -8828779 or 9783417. OLE color: 9783417.

HSL color Cylindrical-coordinate representation of color #794895: hue angle of 278.18º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #794895 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 72 149 -
CMYK 0.19 0.52 0 0.42
HSL 278.18º 0.35% 0.43% -
HSV(B) 278.18º 0.52% 0.58% -
XYZ 15.63 10.87 29.71 -
YUV 95.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 121 72 149 0.19 0.52 0 0.42 278.18 0.35 0.43
Hex 79 48 95 13 34 0 2A 116 23 2B
Octal 171 110 225 23 64 0 52 426 43 53
Binary 1111001 1001000 10010101 10011 110100 0 101010 100010110 100011 101011

Color Harmonies of #794895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794895

Black with #794895

Text Example


Text Example

White with #794895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794895; }

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

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

background-color css

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

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

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

border-color css

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

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

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