Html Css Color HEX #7A5788 Affair

📋 copy color: '#7A5788'

red 122 ◦ green 87 ◦ blue 136

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

Shades of Affair #7A5788

Tints of Affair #7A5788

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.22%

 BLUE value IS 136 (53.52% from 255) = 39.42%

R = 35.36%
G = 25.22%
B = 39.42%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7A5788 (or 0x7A5788) is known color: Affair. HEX triplet: 7A, 57 and 88. RGB value is (122,87,136). Sum of RGB (Red+Green+Blue) = 122+87+136=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A5788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5788 is #85A877. Grayscale: #666666. Windows color (decimal): -8759416 or 8935290. OLE color: 8935290.

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

Color convert

RGB 122 87 136 -
CMYK 0.10 0.36 0 0.47
HSL 282.86º 0.22% 0.44% -
HSV(B) 282.86º 0.36% 0.53% -
XYZ 15.88 12.73 24.91 -
YUV 103.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 122 87 136 0.10 0.36 0 0.47 282.86 0.22 0.44
Hex 7A 57 88 A 24 0 2F 11B 16 2C
Octal 172 127 210 12 44 0 57 433 26 54
Binary 1111010 1010111 10001000 1010 100100 0 101111 100011011 10110 101100

Color Harmonies of #7A5788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5788

Black with #7A5788

Text Example


Text Example

White with #7A5788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,87,136); }

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

background-color css

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

 a { background-color: rgb(122,87,136); }

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

border-color css

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

 span { border-color: rgb(122,87,136); }

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