Html Css Color HEX #795580 Affair

📋 copy color: '#795580'

red 121 ◦ green 85 ◦ blue 128

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

Shades of Affair #795580

Tints of Affair #795580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.45%

 BLUE value IS 128 (50.39% from 255) = 38.32%

R = 36.23%
G = 25.45%
B = 38.32%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#795580 (or 0x795580) is known color: Affair. HEX triplet: 79, 55 and 80. RGB value is (121,85,128). Sum of RGB (Red+Green+Blue) = 121+85+128=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 128 - color contains mainly: blue. Hex color #795580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795580 is #86AA7F. Grayscale: #646464. Windows color (decimal): -8825472 or 8410489. OLE color: 8410489.

HSL color Cylindrical-coordinate representation of color #795580: hue angle of 290.23º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #795580 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 85 128 -
CMYK 0.05 0.34 0 0.50
HSL 290.23º 0.2% 0.42% -
HSV(B) 290.23º 0.34% 0.5% -
XYZ 15.03 12.12 21.97 -
YUV 100.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 121 85 128 0.05 0.34 0 0.50 290.23 0.2 0.42
Hex 79 55 80 5 22 0 32 122 14 2A
Octal 171 125 200 5 42 0 62 442 24 52
Binary 1111001 1010101 10000000 101 100010 0 110010 100100010 10100 101010

Color Harmonies of #795580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795580

Black with #795580

Text Example


Text Example

White with #795580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795580; }

 p { color: rgb(121,85,128); }

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

background-color css

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

 a { background-color: rgb(121,85,128); }

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

border-color css

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

 span { border-color: rgb(121,85,128); }

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