Html Css Color HEX #7B4896 Affair

📋 copy color: '#7B4896'

red 123 ◦ green 72 ◦ blue 150

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

Shades of Affair #7B4896

Tints of Affair #7B4896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.48%

R = 35.65%
G = 20.87%
B = 43.48%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7B4896 (or 0x7B4896) is known color: Affair. HEX triplet: 7B, 48 and 96. RGB value is (123,72,150). Sum of RGB (Red+Green+Blue) = 123+72+150=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B4896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4896 is #84B769. Grayscale: #5F5F5F. Windows color (decimal): -8697706 or 9848955. OLE color: 9848955.

HSL color Cylindrical-coordinate representation of color #7B4896: hue angle of 279.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B4896 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 72 150 -
CMYK 0.18 0.52 0 0.41
HSL 279.23º 0.35% 0.44% -
HSV(B) 279.23º 0.52% 0.59% -
XYZ 15.99 11.05 30.14 -
YUV 96.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 123 72 150 0.18 0.52 0 0.41 279.23 0.35 0.44
Hex 7B 48 96 12 34 0 29 117 23 2C
Octal 173 110 226 22 64 0 51 427 43 54
Binary 1111011 1001000 10010110 10010 110100 0 101001 100010111 100011 101100

Color Harmonies of #7B4896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4896

Black with #7B4896

Text Example


Text Example

White with #7B4896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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