Html Css Color HEX #7A468A Affair

📋 copy color: '#7A468A'

red 122 ◦ green 70 ◦ blue 138

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

Shades of Affair #7A468A

Tints of Affair #7A468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.21%

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

R = 36.97%
G = 21.21%
B = 41.82%

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

#7A468A (or 0x7A468A) is known color: Affair. HEX triplet: 7A, 46 and 8A. RGB value is (122,70,138). Sum of RGB (Red+Green+Blue) = 122+70+138=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A468A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A468A is #85B975. Grayscale: #5D5D5D. Windows color (decimal): -8763766 or 9062010. OLE color: 9062010.

HSL color Cylindrical-coordinate representation of color #7A468A: hue angle of 285.88º degrees, saturation: 0.33, 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 #7A468A is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 122 70 138 -
CMYK 0.12 0.49 0 0.46
HSL 285.88º 0.33% 0.41% -
HSV(B) 285.88º 0.49% 0.54% -
XYZ 14.8 10.35 25.26 -
YUV 93.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 122 70 138 0.12 0.49 0 0.46 285.88 0.33 0.41
Hex 7A 46 8A C 31 0 2E 11E 21 29
Octal 172 106 212 14 61 0 56 436 41 51
Binary 1111010 1000110 10001010 1100 110001 0 101110 100011110 100001 101001

Color Harmonies of #7A468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A468A

Black with #7A468A

Text Example


Text Example

White with #7A468A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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