Html Css Color HEX #794482 Affair

📋 copy color: '#794482'

red 121 ◦ green 68 ◦ blue 130

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

Shades of Affair #794482

Tints of Affair #794482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.75%

R = 37.93%
G = 21.32%
B = 40.75%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#794482 (or 0x794482) is known color: Affair. HEX triplet: 79, 44 and 82. RGB value is (121,68,130). Sum of RGB (Red+Green+Blue) = 121+68+130=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #794482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794482 is #86BB7D. Grayscale: #5A5A5A. Windows color (decimal): -8829822 or 8537209. OLE color: 8537209.

HSL color Cylindrical-coordinate representation of color #794482: hue angle of 291.29º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #794482 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 68 130 -
CMYK 0.07 0.48 0 0.49
HSL 291.29º 0.31% 0.39% -
HSV(B) 291.29º 0.48% 0.51% -
XYZ 13.98 9.81 22.28 -
YUV 90.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 121 68 130 0.07 0.48 0 0.49 291.29 0.31 0.39
Hex 79 44 82 7 30 0 31 123 1F 27
Octal 171 104 202 7 60 0 61 443 37 47
Binary 1111001 1000100 10000010 111 110000 0 110001 100100011 11111 100111

Color Harmonies of #794482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794482

Black with #794482

Text Example


Text Example

White with #794482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794482; }

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

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

background-color css

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

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

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

border-color css

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

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

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