Html Css Color HEX #7D5497 Affair

📋 copy color: '#7D5497'

red 125 ◦ green 84 ◦ blue 151

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

Shades of Affair #7D5497

Tints of Affair #7D5497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.33%

 BLUE value IS 151 (59.38% from 255) = 41.94%

R = 34.72%
G = 23.33%
B = 41.94%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7D5497 (or 0x7D5497) is known color: Affair. HEX triplet: 7D, 54 and 97. RGB value is (125,84,151). Sum of RGB (Red+Green+Blue) = 125+84+151=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 151 - color contains mainly: blue. Hex color #7D5497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5497 is #82AB68. Grayscale: #676767. Windows color (decimal): -8563561 or 9917565. OLE color: 9917565.

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

Color convert

RGB 125 84 151 -
CMYK 0.17 0.44 0 0.41
HSL 276.72º 0.29% 0.46% -
HSV(B) 276.72º 0.44% 0.59% -
XYZ 17.21 12.93 30.87 -
YUV 103.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 125 84 151 0.17 0.44 0 0.41 276.72 0.29 0.46
Hex 7D 54 97 11 2C 0 29 115 1D 2E
Octal 175 124 227 21 54 0 51 425 35 56
Binary 1111101 1010100 10010111 10001 101100 0 101001 100010101 11101 101110

Color Harmonies of #7D5497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5497

Black with #7D5497

Text Example


Text Example

White with #7D5497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,84,151); }

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

background-color css

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

 a { background-color: rgb(125,84,151); }

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

border-color css

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

 span { border-color: rgb(125,84,151); }

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