#7D618D

Color #7D618D Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #7D618D

Tints of Affair #7D618D

Color information

#7D618D (or 0x7D618D) is unknown color: approx 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

RGB12597141-
CMYK0.110.3100.45
HSL278.18º18.49%46.67%-
HSV(B)278.18º31.21%55.29%-
XYZ17.5414.8327.14-
YUV110.39145.28138.42-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125971410.110.3100.45278.1818.4946.67
Hex7D618DB1F02D116122f
Octal17514121513370554262257
Binary1111101110000110001101101111111010110110001011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>