Html Css Color HEX #7A5182 Affair

📋 copy color: '#7A5182'

red 122 ◦ green 81 ◦ blue 130

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

Shades of Affair #7A5182

Tints of Affair #7A5182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.32%

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

R = 36.64%
G = 24.32%
B = 39.04%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7A5182 (or 0x7A5182) is known color: Affair. HEX triplet: 7A, 51 and 82. RGB value is (122,81,130). Sum of RGB (Red+Green+Blue) = 122+81+130=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A5182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5182 is #85AE7D. Grayscale: #626262. Windows color (decimal): -8760958 or 8540538. OLE color: 8540538.

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

Color convert

RGB 122 81 130 -
CMYK 0.06 0.38 0 0.49
HSL 290.2º 0.23% 0.41% -
HSV(B) 290.2º 0.38% 0.51% -
XYZ 15 11.63 22.57 -
YUV 98.85 145.58 144.52 -
System Red Green Blue C M Y K H S L
Decimal 122 81 130 0.06 0.38 0 0.49 290.2 0.23 0.41
Hex 7A 51 82 6 26 0 31 122 17 29
Octal 172 121 202 6 46 0 61 442 27 51
Binary 1111010 1010001 10000010 110 100110 0 110001 100100010 10111 101001

Color Harmonies of #7A5182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5182

Black with #7A5182

Text Example


Text Example

White with #7A5182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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