Html Css Color HEX #794488 Affair

📋 copy color: '#794488'

red 121 ◦ green 68 ◦ blue 136

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

Shades of Affair #794488

Tints of Affair #794488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.92%

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 37.23%
G = 20.92%
B = 41.85%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#794488 (or 0x794488) is known color: Affair. HEX triplet: 79, 44 and 88. RGB value is (121,68,136). Sum of RGB (Red+Green+Blue) = 121+68+136=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #794488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794488 is #86BB77. Grayscale: #5B5B5B. Windows color (decimal): -8829816 or 8930425. OLE color: 8930425.

HSL color Cylindrical-coordinate representation of color #794488: hue angle of 286.76º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #794488 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 68 136 -
CMYK 0.11 0.50 0 0.47
HSL 286.76º 0.33% 0.4% -
HSV(B) 286.76º 0.5% 0.53% -
XYZ 14.4 9.98 24.46 -
YUV 91.6 153.06 148.97 -
System Red Green Blue C M Y K H S L
Decimal 121 68 136 0.11 0.50 0 0.47 286.76 0.33 0.4
Hex 79 44 88 B 32 0 2F 11F 21 28
Octal 171 104 210 13 62 0 57 437 41 50
Binary 1111001 1000100 10001000 1011 110010 0 101111 100011111 100001 101000

Color Harmonies of #794488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794488

Black with #794488

Text Example


Text Example

White with #794488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794488; }

 p { color: rgb(121,68,136); }

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

background-color css

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

 a { background-color: rgb(121,68,136); }

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

border-color css

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

 span { border-color: rgb(121,68,136); }

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