Html Css Color HEX #7B478B Affair

📋 copy color: '#7B478B'

red 123 ◦ green 71 ◦ blue 139

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

Shades of Affair #7B478B

Tints of Affair #7B478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.74%

R = 36.94%
G = 21.32%
B = 41.74%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B478B (or 0x7B478B) is known color: Affair. HEX triplet: 7B, 47 and 8B. RGB value is (123,71,139). Sum of RGB (Red+Green+Blue) = 123+71+139=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B478B is #84B874. Grayscale: #5E5E5E. Windows color (decimal): -8697973 or 9127803. OLE color: 9127803.

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

Color convert

RGB 123 71 139 -
CMYK 0.12 0.49 0 0.45
HSL 285.88º 0.32% 0.41% -
HSV(B) 285.88º 0.49% 0.55% -
XYZ 15.08 10.58 25.67 -
YUV 94.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 123 71 139 0.12 0.49 0 0.45 285.88 0.32 0.41
Hex 7B 47 8B C 31 0 2D 11E 20 29
Octal 173 107 213 14 61 0 55 436 40 51
Binary 1111011 1000111 10001011 1100 110001 0 101101 100011110 100000 101001

Color Harmonies of #7B478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B478B

Black with #7B478B

Text Example


Text Example

White with #7B478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,71,139); }

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

background-color css

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

 a { background-color: rgb(123,71,139); }

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

border-color css

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

 span { border-color: rgb(123,71,139); }

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