Html Css Color HEX #7A488C Affair

📋 copy color: '#7A488C'

red 122 ◦ green 72 ◦ blue 140

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

Shades of Affair #7A488C

Tints of Affair #7A488C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

 BLUE value IS 140 (55.08% from 255) = 41.92%

R = 36.53%
G = 21.56%
B = 41.92%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A488C (or 0x7A488C) is known color: Affair. HEX triplet: 7A, 48 and 8C. RGB value is (122,72,140). Sum of RGB (Red+Green+Blue) = 122+72+140=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A488C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A488C is #85B773. Grayscale: #5E5E5E. Windows color (decimal): -8763252 or 9193594. OLE color: 9193594.

HSL color Cylindrical-coordinate representation of color #7A488C: hue angle of 284.12º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A488C is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 122 72 140 -
CMYK 0.13 0.49 0 0.45
HSL 284.12º 0.32% 0.42% -
HSV(B) 284.12º 0.49% 0.55% -
XYZ 15.08 10.67 26.08 -
YUV 94.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 122 72 140 0.13 0.49 0 0.45 284.12 0.32 0.42
Hex 7A 48 8C D 31 0 2D 11C 20 2A
Octal 172 110 214 15 61 0 55 434 40 52
Binary 1111010 1001000 10001100 1101 110001 0 101101 100011100 100000 101010

Color Harmonies of #7A488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A488C

Black with #7A488C

Text Example


Text Example

White with #7A488C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,72,140); }

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

background-color css

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

 a { background-color: rgb(122,72,140); }

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

border-color css

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

 span { border-color: rgb(122,72,140); }

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