Html Css Color HEX #7A5982 Affair

📋 copy color: '#7A5982'

red 122 ◦ green 89 ◦ blue 130

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

Shades of Affair #7A5982

Tints of Affair #7A5982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.1%

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

R = 35.78%
G = 26.1%
B = 38.12%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7A5982 (or 0x7A5982) is known color: Affair. HEX triplet: 7A, 59 and 82. RGB value is (122,89,130). Sum of RGB (Red+Green+Blue) = 122+89+130=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A5982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5982 is #85A67D. Grayscale: #676767. Windows color (decimal): -8758910 or 8542586. OLE color: 8542586.

HSL color Cylindrical-coordinate representation of color #7A5982: hue angle of 288.29º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A5982 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 89 130 -
CMYK 0.06 0.32 0 0.49
HSL 288.29º 0.19% 0.43% -
HSV(B) 288.29º 0.32% 0.51% -
XYZ 15.63 12.89 22.78 -
YUV 103.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 122 89 130 0.06 0.32 0 0.49 288.29 0.19 0.43
Hex 7A 59 82 6 20 0 31 120 13 2B
Octal 172 131 202 6 40 0 61 440 23 53
Binary 1111010 1011001 10000010 110 100000 0 110001 100100000 10011 101011

Color Harmonies of #7A5982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5982

Black with #7A5982

Text Example


Text Example

White with #7A5982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,89,130); }

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

background-color css

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

 a { background-color: rgb(122,89,130); }

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

border-color css

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

 span { border-color: rgb(122,89,130); }

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