Html Css Color HEX #7D4890 Affair

📋 copy color: '#7D4890'

red 125 ◦ green 72 ◦ blue 144

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

Shades of Affair #7D4890

Tints of Affair #7D4890

RGB

 RED value IS 125 (49.22% from 255) = 36.66%

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

 BLUE value IS 144 (56.64% from 255) = 42.23%

R = 36.66%
G = 21.11%
B = 42.23%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D4890 (or 0x7D4890) is known color: Affair. HEX triplet: 7D, 48 and 90. RGB value is (125,72,144). Sum of RGB (Red+Green+Blue) = 125+72+144=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D4890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4890 is #82B76F. Grayscale: #5F5F5F. Windows color (decimal): -8566640 or 9455741. OLE color: 9455741.

HSL color Cylindrical-coordinate representation of color #7D4890: hue angle of 284.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D4890 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 72 144 -
CMYK 0.13 0.50 0 0.44
HSL 284.17º 0.33% 0.42% -
HSV(B) 284.17º 0.5% 0.56% -
XYZ 15.81 11.01 27.68 -
YUV 96.06 155.06 148.65 -
System Red Green Blue C M Y K H S L
Decimal 125 72 144 0.13 0.50 0 0.44 284.17 0.33 0.42
Hex 7D 48 90 D 32 0 2C 11C 21 2A
Octal 175 110 220 15 62 0 54 434 41 52
Binary 1111101 1001000 10010000 1101 110010 0 101100 100011100 100001 101010

Color Harmonies of #7D4890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4890

Black with #7D4890

Text Example


Text Example

White with #7D4890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,72,144); }

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

background-color css

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

 a { background-color: rgb(125,72,144); }

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

border-color css

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

 span { border-color: rgb(125,72,144); }

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