Html Css Color HEX #7D5090 Affair

📋 copy color: '#7D5090'

red 125 ◦ green 80 ◦ blue 144

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

Shades of Affair #7D5090

Tints of Affair #7D5090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.92%

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

R = 35.82%
G = 22.92%
B = 41.26%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D5090 (or 0x7D5090) is known color: Affair. HEX triplet: 7D, 50 and 90. RGB value is (125,80,144). Sum of RGB (Red+Green+Blue) = 125+80+144=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D5090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5090 is #82AF6F. Grayscale: #646464. Windows color (decimal): -8564592 or 9457789. OLE color: 9457789.

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

Color convert

RGB 125 80 144 -
CMYK 0.13 0.44 0 0.44
HSL 282.19º 0.29% 0.44% -
HSV(B) 282.19º 0.44% 0.56% -
XYZ 16.36 12.11 27.86 -
YUV 100.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 125 80 144 0.13 0.44 0 0.44 282.19 0.29 0.44
Hex 7D 50 90 D 2C 0 2C 11A 1D 2C
Octal 175 120 220 15 54 0 54 432 35 54
Binary 1111101 1010000 10010000 1101 101100 0 101100 100011010 11101 101100

Color Harmonies of #7D5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5090

Black with #7D5090

Text Example


Text Example

White with #7D5090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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