Html Css Color HEX #7D618D Affair

📋 copy color: '#7D618D'

red 125 ◦ green 97 ◦ blue 141

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

Shades of Affair #7D618D

Tints of Affair #7D618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 34.44%
G = 26.72%
B = 38.84%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D618D (or 0x7D618D) is known color: Affair. HEX triplet: 7D, 61 and 8D. RGB value is (125,97,141). Sum of RGB (Red+Green+Blue) = 125+97+141=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D618D is #829E72. Grayscale: #6E6E6E. Windows color (decimal): -8560243 or 9265533. OLE color: 9265533.

HSL color Cylindrical-coordinate representation of color #7D618D: hue angle of 278.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D618D is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 97 141 -
CMYK 0.11 0.31 0 0.45
HSL 278.18º 0.18% 0.47% -
HSV(B) 278.18º 0.31% 0.55% -
XYZ 17.54 14.83 27.14 -
YUV 110.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 125 97 141 0.11 0.31 0 0.45 278.18 0.18 0.47
Hex 7D 61 8D B 1F 0 2D 116 12 2F
Octal 175 141 215 13 37 0 55 426 22 57
Binary 1111101 1100001 10001101 1011 11111 0 101101 100010110 10010 101111

Color Harmonies of #7D618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D618D

Black with #7D618D

Text Example


Text Example

White with #7D618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,97,141); }

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

background-color css

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

 a { background-color: rgb(125,97,141); }

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

border-color css

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

 span { border-color: rgb(125,97,141); }

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