Html Css Color HEX #7A5882 Affair

📋 copy color: '#7A5882'

red 122 ◦ green 88 ◦ blue 130

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

Shades of Affair #7A5882

Tints of Affair #7A5882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.88%

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

R = 35.88%
G = 25.88%
B = 38.24%

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

#7A5882 (or 0x7A5882) is known color: Affair. HEX triplet: 7A, 58 and 82. RGB value is (122,88,130). Sum of RGB (Red+Green+Blue) = 122+88+130=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A5882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5882 is #85A77D. Grayscale: #666666. Windows color (decimal): -8759166 or 8542330. OLE color: 8542330.

HSL color Cylindrical-coordinate representation of color #7A5882: hue angle of 288.57º 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 #7A5882 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 88 130 -
CMYK 0.06 0.32 0 0.49
HSL 288.57º 0.19% 0.43% -
HSV(B) 288.57º 0.32% 0.51% -
XYZ 15.55 12.73 22.76 -
YUV 102.95 143.26 141.58 -
System Red Green Blue C M Y K H S L
Decimal 122 88 130 0.06 0.32 0 0.49 288.57 0.19 0.43
Hex 7A 58 82 6 20 0 31 121 13 2B
Octal 172 130 202 6 40 0 61 441 23 53
Binary 1111010 1011000 10000010 110 100000 0 110001 100100001 10011 101011

Color Harmonies of #7A5882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5882

Black with #7A5882

Text Example


Text Example

White with #7A5882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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