Html Css Color HEX #7B488A Affair

📋 copy color: '#7B488A'

red 123 ◦ green 72 ◦ blue 138

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

Shades of Affair #7B488A

Tints of Affair #7B488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.62%

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

R = 36.94%
G = 21.62%
B = 41.44%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7B488A (or 0x7B488A) is known color: Affair. HEX triplet: 7B, 48 and 8A. RGB value is (123,72,138). Sum of RGB (Red+Green+Blue) = 123+72+138=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B488A is #84B775. Grayscale: #5E5E5E. Windows color (decimal): -8697718 or 9062523. OLE color: 9062523.

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

Color convert

RGB 123 72 138 -
CMYK 0.11 0.48 0 0.46
HSL 286.36º 0.31% 0.41% -
HSV(B) 286.36º 0.48% 0.54% -
XYZ 15.07 10.68 25.31 -
YUV 94.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 123 72 138 0.11 0.48 0 0.46 286.36 0.31 0.41
Hex 7B 48 8A B 30 0 2E 11E 1F 29
Octal 173 110 212 13 60 0 56 436 37 51
Binary 1111011 1001000 10001010 1011 110000 0 101110 100011110 11111 101001

Color Harmonies of #7B488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B488A

Black with #7B488A

Text Example


Text Example

White with #7B488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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