Html Css Color HEX #7D618B Affair

📋 copy color: '#7D618B'

red 125 ◦ green 97 ◦ blue 139

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

Shades of Affair #7D618B

Tints of Affair #7D618B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 34.63%
G = 26.87%
B = 38.5%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D618B (or 0x7D618B) is known color: Affair. HEX triplet: 7D, 61 and 8B. RGB value is (125,97,139). Sum of RGB (Red+Green+Blue) = 125+97+139=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D618B is #829E74. Grayscale: #6E6E6E. Windows color (decimal): -8560245 or 9134461. OLE color: 9134461.

HSL color Cylindrical-coordinate representation of color #7D618B: hue angle of 280º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D618B is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 97 139 -
CMYK 0.10 0.30 0 0.45
HSL 280º 0.18% 0.46% -
HSV(B) 280º 0.3% 0.55% -
XYZ 17.39 14.77 26.36 -
YUV 110.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 125 97 139 0.10 0.30 0 0.45 280 0.18 0.46
Hex 7D 61 8B A 1E 0 2D 118 12 2E
Octal 175 141 213 12 36 0 55 430 22 56
Binary 1111101 1100001 10001011 1010 11110 0 101101 100011000 10010 101110

Color Harmonies of #7D618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D618B

Black with #7D618B

Text Example


Text Example

White with #7D618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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