Html Css Color HEX #795582 Affair

📋 copy color: '#795582'

red 121 ◦ green 85 ◦ blue 130

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

Shades of Affair #795582

Tints of Affair #795582

RGB

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

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

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

R = 36.01%
G = 25.3%
B = 38.69%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#795582 (or 0x795582) is known color: Affair. HEX triplet: 79, 55 and 82. RGB value is (121,85,130). Sum of RGB (Red+Green+Blue) = 121+85+130=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #795582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795582 is #86AA7D. Grayscale: #646464. Windows color (decimal): -8825470 or 8541561. OLE color: 8541561.

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

Color convert

RGB 121 85 130 -
CMYK 0.07 0.35 0 0.49
HSL 288º 0.21% 0.42% -
HSV(B) 288º 0.35% 0.51% -
XYZ 15.16 12.17 22.67 -
YUV 100.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 121 85 130 0.07 0.35 0 0.49 288 0.21 0.42
Hex 79 55 82 7 23 0 31 120 15 2A
Octal 171 125 202 7 43 0 61 440 25 52
Binary 1111001 1010101 10000010 111 100011 0 110001 100100000 10101 101010

Color Harmonies of #795582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795582

Black with #795582

Text Example


Text Example

White with #795582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795582; }

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

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

background-color css

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

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

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

border-color css

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

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

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