Html Css Color HEX #7A478A Affair

📋 copy color: '#7A478A'

red 122 ◦ green 71 ◦ blue 138

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

Shades of Affair #7A478A

Tints of Affair #7A478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.45%

 BLUE value IS 138 (54.3% from 255) = 41.69%

R = 36.86%
G = 21.45%
B = 41.69%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7A478A (or 0x7A478A) is known color: Affair. HEX triplet: 7A, 47 and 8A. RGB value is (122,71,138). Sum of RGB (Red+Green+Blue) = 122+71+138=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A478A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A478A is #85B875. Grayscale: #5D5D5D. Windows color (decimal): -8763510 or 9062266. OLE color: 9062266.

HSL color Cylindrical-coordinate representation of color #7A478A: hue angle of 285.67º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A478A is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 122 71 138 -
CMYK 0.12 0.49 0 0.46
HSL 285.67º 0.32% 0.41% -
HSV(B) 285.67º 0.49% 0.54% -
XYZ 14.87 10.48 25.28 -
YUV 93.89 152.9 148.05 -
System Red Green Blue C M Y K H S L
Decimal 122 71 138 0.12 0.49 0 0.46 285.67 0.32 0.41
Hex 7A 47 8A C 31 0 2E 11E 20 29
Octal 172 107 212 14 61 0 56 436 40 51
Binary 1111010 1000111 10001010 1100 110001 0 101110 100011110 100000 101001

Color Harmonies of #7A478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A478A

Black with #7A478A

Text Example


Text Example

White with #7A478A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,71,138); }

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

background-color css

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

 a { background-color: rgb(122,71,138); }

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

border-color css

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

 span { border-color: rgb(122,71,138); }

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