Html Css Color HEX #7A5887 Affair

📋 copy color: '#7A5887'

red 122 ◦ green 88 ◦ blue 135

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

Shades of Affair #7A5887

Tints of Affair #7A5887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.13%

R = 35.36%
G = 25.51%
B = 39.13%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7A5887 (or 0x7A5887) is known color: Affair. HEX triplet: 7A, 58 and 87. RGB value is (122,88,135). Sum of RGB (Red+Green+Blue) = 122+88+135=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A5887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5887 is #85A778. Grayscale: #676767. Windows color (decimal): -8759161 or 8870010. OLE color: 8870010.

HSL color Cylindrical-coordinate representation of color #7A5887: hue angle of 283.4º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A5887 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 122 88 135 -
CMYK 0.10 0.35 0 0.47
HSL 283.4º 0.21% 0.44% -
HSV(B) 283.4º 0.35% 0.53% -
XYZ 15.89 12.87 24.57 -
YUV 103.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 122 88 135 0.10 0.35 0 0.47 283.4 0.21 0.44
Hex 7A 58 87 A 23 0 2F 11B 15 2C
Octal 172 130 207 12 43 0 57 433 25 54
Binary 1111010 1011000 10000111 1010 100011 0 101111 100011011 10101 101100

Color Harmonies of #7A5887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5887

Black with #7A5887

Text Example


Text Example

White with #7A5887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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