Html Css Color HEX #7D5593 Affair

📋 copy color: '#7D5593'

red 125 ◦ green 85 ◦ blue 147

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

Shades of Affair #7D5593

Tints of Affair #7D5593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

 BLUE value IS 147 (57.81% from 255) = 41.18%

R = 35.01%
G = 23.81%
B = 41.18%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D5593 (or 0x7D5593) is known color: Affair. HEX triplet: 7D, 55 and 93. RGB value is (125,85,147). Sum of RGB (Red+Green+Blue) = 125+85+147=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D5593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5593 is #82AA6C. Grayscale: #676767. Windows color (decimal): -8563309 or 9655677. OLE color: 9655677.

HSL color Cylindrical-coordinate representation of color #7D5593: hue angle of 278.71º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D5593 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 85 147 -
CMYK 0.15 0.42 0 0.42
HSL 278.71º 0.27% 0.45% -
HSV(B) 278.71º 0.42% 0.58% -
XYZ 16.97 12.96 29.21 -
YUV 104.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 125 85 147 0.15 0.42 0 0.42 278.71 0.27 0.45
Hex 7D 55 93 F 2A 0 2A 117 1B 2D
Octal 175 125 223 17 52 0 52 427 33 55
Binary 1111101 1010101 10010011 1111 101010 0 101010 100010111 11011 101101

Color Harmonies of #7D5593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5593

Black with #7D5593

Text Example


Text Example

White with #7D5593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,85,147); }

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

background-color css

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

 a { background-color: rgb(125,85,147); }

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

border-color css

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

 span { border-color: rgb(125,85,147); }

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