Html Css Color HEX #7D5292 Affair

📋 copy color: '#7D5292'

red 125 ◦ green 82 ◦ blue 146

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

Shades of Affair #7D5292

Tints of Affair #7D5292

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.23%

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 35.41%
G = 23.23%
B = 41.36%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7D5292 (or 0x7D5292) is known color: Affair. HEX triplet: 7D, 52 and 92. RGB value is (125,82,146). Sum of RGB (Red+Green+Blue) = 125+82+146=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D5292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5292 is #82AD6D. Grayscale: #656565. Windows color (decimal): -8564078 or 9589373. OLE color: 9589373.

HSL color Cylindrical-coordinate representation of color #7D5292: hue angle of 280.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D5292 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 82 146 -
CMYK 0.14 0.44 0 0.43
HSL 280.31º 0.28% 0.45% -
HSV(B) 280.31º 0.44% 0.57% -
XYZ 16.66 12.47 28.72 -
YUV 102.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 125 82 146 0.14 0.44 0 0.43 280.31 0.28 0.45
Hex 7D 52 92 E 2C 0 2B 118 1C 2D
Octal 175 122 222 16 54 0 53 430 34 55
Binary 1111101 1010010 10010010 1110 101100 0 101011 100011000 11100 101101

Color Harmonies of #7D5292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5292

Black with #7D5292

Text Example


Text Example

White with #7D5292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,82,146); }

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

background-color css

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

 a { background-color: rgb(125,82,146); }

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

border-color css

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

 span { border-color: rgb(125,82,146); }

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