Html Css Color HEX #7A5589 Affair

📋 copy color: '#7A5589'

red 122 ◦ green 85 ◦ blue 137

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

Shades of Affair #7A5589

Tints of Affair #7A5589

RGB

 RED value IS 122 (48.05% from 255) = 35.47%

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

 BLUE value IS 137 (53.91% from 255) = 39.83%

R = 35.47%
G = 24.71%
B = 39.83%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7A5589 (or 0x7A5589) is known color: Affair. HEX triplet: 7A, 55 and 89. RGB value is (122,85,137). Sum of RGB (Red+Green+Blue) = 122+85+137=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A5589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5589 is #85AA76. Grayscale: #656565. Windows color (decimal): -8759927 or 9000314. OLE color: 9000314.

HSL color Cylindrical-coordinate representation of color #7A5589: hue angle of 282.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A5589 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 122 85 137 -
CMYK 0.11 0.38 0 0.46
HSL 282.69º 0.23% 0.44% -
HSV(B) 282.69º 0.38% 0.54% -
XYZ 15.79 12.44 25.24 -
YUV 101.99 147.76 142.27 -
System Red Green Blue C M Y K H S L
Decimal 122 85 137 0.11 0.38 0 0.46 282.69 0.23 0.44
Hex 7A 55 89 B 26 0 2E 11B 17 2C
Octal 172 125 211 13 46 0 56 433 27 54
Binary 1111010 1010101 10001001 1011 100110 0 101110 100011011 10111 101100

Color Harmonies of #7A5589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5589

Black with #7A5589

Text Example


Text Example

White with #7A5589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A5589; }

 p { color: rgb(122,85,137); }

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

background-color css

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

 a { background-color: rgb(122,85,137); }

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

border-color css

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

 span { border-color: rgb(122,85,137); }

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