Html Css Color HEX #7D518A Affair

📋 copy color: '#7D518A'

red 125 ◦ green 81 ◦ blue 138

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

Shades of Affair #7D518A

Tints of Affair #7D518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.55%

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

R = 36.34%
G = 23.55%
B = 40.12%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7D518A (or 0x7D518A) is known color: Affair. HEX triplet: 7D, 51 and 8A. RGB value is (125,81,138). Sum of RGB (Red+Green+Blue) = 125+81+138=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D518A is #82AE75. Grayscale: #646464. Windows color (decimal): -8564342 or 9064829. OLE color: 9064829.

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

Color convert

RGB 125 81 138 -
CMYK 0.09 0.41 0 0.46
HSL 286.32º 0.26% 0.43% -
HSV(B) 286.32º 0.41% 0.54% -
XYZ 15.99 12.08 25.53 -
YUV 100.65 149.08 145.37 -
System Red Green Blue C M Y K H S L
Decimal 125 81 138 0.09 0.41 0 0.46 286.32 0.26 0.43
Hex 7D 51 8A 9 29 0 2E 11E 1A 2B
Octal 175 121 212 11 51 0 56 436 32 53
Binary 1111101 1010001 10001010 1001 101001 0 101110 100011110 11010 101011

Color Harmonies of #7D518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D518A

Black with #7D518A

Text Example


Text Example

White with #7D518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,81,138); }

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

background-color css

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

 a { background-color: rgb(125,81,138); }

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

border-color css

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

 span { border-color: rgb(125,81,138); }

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