Html Css Color HEX #794595 Affair

📋 copy color: '#794595'

red 121 ◦ green 69 ◦ blue 149

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

Shades of Affair #794595

Tints of Affair #794595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.35%

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

R = 35.69%
G = 20.35%
B = 43.95%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#794595 (or 0x794595) is known color: Affair. HEX triplet: 79, 45 and 95. RGB value is (121,69,149). Sum of RGB (Red+Green+Blue) = 121+69+149=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #794595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794595 is #86BA6A. Grayscale: #5D5D5D. Windows color (decimal): -8829547 or 9782649. OLE color: 9782649.

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

Color convert

RGB 121 69 149 -
CMYK 0.19 0.54 0 0.42
HSL 279º 0.37% 0.43% -
HSV(B) 279º 0.54% 0.58% -
XYZ 15.44 10.49 29.65 -
YUV 93.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 121 69 149 0.19 0.54 0 0.42 279 0.37 0.43
Hex 79 45 95 13 36 0 2A 117 25 2B
Octal 171 105 225 23 66 0 52 427 45 53
Binary 1111001 1000101 10010101 10011 110110 0 101010 100010111 100101 101011

Color Harmonies of #794595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794595

Black with #794595

Text Example


Text Example

White with #794595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794595; }

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

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

background-color css

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

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

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

border-color css

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

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

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