Html Css Color HEX #7B498A Affair

📋 copy color: '#7B498A'

red 123 ◦ green 73 ◦ blue 138

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

Shades of Affair #7B498A

Tints of Affair #7B498A

RGB

 RED value IS 123 (48.44% from 255) = 36.83%

 GREEN value IS 73 (28.91% from 255) = 21.86%

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

R = 36.83%
G = 21.86%
B = 41.32%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7B498A (or 0x7B498A) is known color: Affair. HEX triplet: 7B, 49 and 8A. RGB value is (123,73,138). Sum of RGB (Red+Green+Blue) = 123+73+138=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B498A is #84B675. Grayscale: #5F5F5F. Windows color (decimal): -8697462 or 9062779. OLE color: 9062779.

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

Color convert

RGB 123 73 138 -
CMYK 0.11 0.47 0 0.46
HSL 286.15º 0.31% 0.41% -
HSV(B) 286.15º 0.47% 0.54% -
XYZ 15.14 10.81 25.33 -
YUV 95.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 123 73 138 0.11 0.47 0 0.46 286.15 0.31 0.41
Hex 7B 49 8A B 2F 0 2E 11E 1F 29
Octal 173 111 212 13 57 0 56 436 37 51
Binary 1111011 1001001 10001010 1011 101111 0 101110 100011110 11111 101001

Color Harmonies of #7B498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B498A

Black with #7B498A

Text Example


Text Example

White with #7B498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,73,138); }

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

background-color css

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

 a { background-color: rgb(123,73,138); }

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

border-color css

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

 span { border-color: rgb(123,73,138); }

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