Html Css Color HEX #795295 Affair

📋 copy color: '#795295'

red 121 ◦ green 82 ◦ blue 149

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

Shades of Affair #795295

Tints of Affair #795295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.3%

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

R = 34.38%
G = 23.3%
B = 42.33%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#795295 (or 0x795295) is known color: Affair. HEX triplet: 79, 52 and 95. RGB value is (121,82,149). Sum of RGB (Red+Green+Blue) = 121+82+149=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #795295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795295 is #86AD6A. Grayscale: #656565. Windows color (decimal): -8826219 or 9785977. OLE color: 9785977.

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

Color convert

RGB 121 82 149 -
CMYK 0.19 0.45 0 0.42
HSL 274.93º 0.29% 0.45% -
HSV(B) 274.93º 0.45% 0.58% -
XYZ 16.33 12.27 29.94 -
YUV 101.3 154.92 142.05 -
System Red Green Blue C M Y K H S L
Decimal 121 82 149 0.19 0.45 0 0.42 274.93 0.29 0.45
Hex 79 52 95 13 2D 0 2A 113 1D 2D
Octal 171 122 225 23 55 0 52 423 35 55
Binary 1111001 1010010 10010101 10011 101101 0 101010 100010011 11101 101101

Color Harmonies of #795295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795295

Black with #795295

Text Example


Text Example

White with #795295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795295; }

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

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

background-color css

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

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

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

border-color css

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

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

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