Html Css Color HEX #7A478E Affair

📋 copy color: '#7A478E'

red 122 ◦ green 71 ◦ blue 142

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

Shades of Affair #7A478E

Tints of Affair #7A478E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.39%

R = 36.42%
G = 21.19%
B = 42.39%

CMYK

 C value IS 0.14

 M value IS 0.5

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7A478E (or 0x7A478E) is known color: Affair. HEX triplet: 7A, 47 and 8E. RGB value is (122,71,142). Sum of RGB (Red+Green+Blue) = 122+71+142=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A478E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A478E is #85B871. Grayscale: #5E5E5E. Windows color (decimal): -8763506 or 9324410. OLE color: 9324410.

HSL color Cylindrical-coordinate representation of color #7A478E: hue angle of 283.1º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A478E is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 71 142 -
CMYK 0.14 0.5 0 0.44
HSL 283.1º 0.33% 0.42% -
HSV(B) 283.1º 0.5% 0.56% -
XYZ 15.16 10.6 26.84 -
YUV 94.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 122 71 142 0.14 0.5 0 0.44 283.1 0.33 0.42
Hex 7A 47 8E E 32 0 2C 11B 21 2A
Octal 172 107 216 16 62 0 54 433 41 52
Binary 1111010 1000111 10001110 1110 110010 0 101100 100011011 100001 101010

Color Harmonies of #7A478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A478E

Black with #7A478E

Text Example


Text Example

White with #7A478E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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